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. More... | ||
uint8_t dummy | ||
Enable build without network module. More... | ||
} | 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 | ||
union { | ||
uint8_t ipv6 [16] | ||
IPv6 address mode. More... | ||
uint8_t ipv4 [4] | ||
IPv4 address mode. More... | ||
uint32_t ipv4_u32 | ||
IPv4 address in network byte order More... | ||
} | addr | |
address | ||
uint16_t | netif | |
stack-specific network interface ID | ||
uint16_t | port | |
transport layer port (in host byte order) | ||
uint8_t gnrc_tcp_ep_t::dummy |
uint8_t gnrc_tcp_ep_t::ipv6[sizeof(ipv6_addr_t)] |