Common IP-based transport layer end point.  
 More...
Common IP-based transport layer end point. 
Definition at line 214 of file sock.h.
#include <sock.h>
◆ family
◆ ipv4
      
        
          | uint8_t _sock_tl_ep::ipv4[4] | 
      
 
IPv4 address mode. 
Definition at line 231 of file sock.h.
 
 
◆ ipv4_u32
      
        
          | uint32_t _sock_tl_ep::ipv4_u32 | 
      
 
IPv4 address in network byte order 
Definition at line 232 of file sock.h.
 
 
◆ ipv6
      
        
          | uint8_t _sock_tl_ep::ipv6[16] | 
      
 
 
◆ netif
      
        
          | uint16_t _sock_tl_ep::netif | 
      
 
stack-specific network interface ID 
- Todo
- port to common network interface identifiers in PR #5511.
Use SOCK_ADDR_ANY_NETIF for any interface. For reception this is the local interface the message came over, for transmission, this is the local interface the message should be send over 
Definition at line 245 of file sock.h.
 
 
◆ port
      
        
          | uint16_t _sock_tl_ep::port | 
      
 
transport layer port (in host byte order) 
Definition at line 246 of file sock.h.
 
 
The documentation for this struct was generated from the following file: