Address information for a single TCP connection endpoint. More...
#include <tcp.h>
Data Fields | |
| int | family | 
| IP address family.  | |
| union { | |
| uint8_t ipv6 [sizeof(ipv6_addr_t)] | |
| IPv6 address storage.  | |
| uint8_t dummy | |
| Enable build without network module.  | |
| } | addr | 
| IP address storage.  | |
| uint16_t | netif | 
| Network interface ID.  | |
| uint16_t | port | 
| Port number (in host byte order)  | |
  Data Fields inherited from _sock_tl_ep | |
| int | family | 
| family of sock_ip_ep_t::addr  More... | |
| union { | |
| uint8_t ipv6 [16] | |
| IPv6 address mode.  More... | |
| uint8_t ipv4 [4] | |
| IPv4 address mode.  | |
| uint32_t ipv4_u32 | |
| IPv4 address in network byte order  | |
| } | addr | 
| address  | |
| uint16_t | netif | 
| stack-specific network interface ID  More... | |
| uint16_t | port | 
| transport layer port (in host byte order)  | |