Loading...
Searching...
No Matches
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 60 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. 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)
 

Field Documentation

◆ dummy

uint8_t gnrc_tcp_ep_t::dummy

Enable build without network module.

Definition at line 66 of file tcp.h.

◆ family

int gnrc_tcp_ep_t::family

IP address family.

Definition at line 61 of file tcp.h.

◆ ipv6

uint8_t gnrc_tcp_ep_t::ipv6[sizeof(ipv6_addr_t)]

IPv6 address storage.

Definition at line 64 of file tcp.h.

◆ netif

uint16_t gnrc_tcp_ep_t::netif

Network interface ID.

Definition at line 68 of file tcp.h.

◆ port

uint16_t gnrc_tcp_ep_t::port

Port number (in host byte order)

Definition at line 69 of file tcp.h.


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