UDP sock type. More...

Detailed Description

UDP sock type.

Warning
For network stack internal purposes only. Do not access members externally.

Definition at line 128 of file sock_types.h.

#include <sock_types.h>

Data Fields

lwip_sock_base_t base
 parent class
 
struct sock_udpnext
 sock liked list
 
openwsn_gen_sock_t gen_sock
 Generic socket.
 
mbox_t mbox
 Mailboxes target for the sock
 
msg_t mbox_queue [OPENWSN_SOCK_MBOX_SIZE]
 queue for gnrc_sock_reg_t::mbox
 
gnrc_sock_reg_t reg
 netreg info
 
sock_udp_ep_t local
 local end-point
 
sock_udp_ep_t remote
 remote end-point
 
uint16_t flags
 option flags
 

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