gnrc_tcp_ep_t Struct Reference

Address information for a single TCP connection endpoint. More...

Detailed Description

Address information for a single TCP connection endpoint.

Definition at line 41 of file tcp.h.

#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)
 

The documentation for this struct was generated from the following file: