UDP sock type. More...
UDP sock type.
Definition at line 128 of file sock_types.h.
#include <sock_types.h>
| Data Fields | |
| lwip_sock_base_t | base | 
| parent class | |
| struct sock_udp * | next | 
| 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 | |
| lwip_sock_base_t sock_udp::base | 
parent class
Definition at line 129 of file sock_types.h.
| uint16_t sock_udp::flags | 
option flags
Definition at line 140 of file sock_types.h.
| openwsn_gen_sock_t sock_udp::gen_sock | 
Generic socket.
Definition at line 80 of file sock_types.h.
| sock_udp_ep_t sock_udp::local | 
local end-point
Definition at line 138 of file sock_types.h.
| mbox_t sock_udp::mbox | 
Mailboxes target for the sock
Definition at line 81 of file sock_types.h.
| msg_t sock_udp::mbox_queue[OPENWSN_SOCK_MBOX_SIZE] | 
queue for gnrc_sock_reg_t::mbox
Definition at line 82 of file sock_types.h.
| struct sock_udp* sock_udp::next | 
sock liked list
Definition at line 79 of file sock_types.h.
| gnrc_sock_reg_t sock_udp::reg | 
netreg info
Definition at line 137 of file sock_types.h.
| sock_udp_ep_t sock_udp::remote | 
remote end-point
Definition at line 139 of file sock_types.h.