sock Network protocol registry info More...
sock Network protocol registry info
Definition at line 90 of file sock_types.h.
#include <sock_types.h>
Data Fields | |
gnrc_netreg_entry_t | entry |
Network protocol registry entry for mbox | |
mbox_t | mbox |
Mailboxes target for the sock | |
msg_t | mbox_queue [GNRC_SOCK_MBOX_SIZE] |
queue for gnrc_sock_reg_t::mbox | |
gnrc_netreg_entry_t gnrc_sock_reg::entry |
Network protocol registry entry for mbox
Definition at line 94 of file sock_types.h.
mbox_t gnrc_sock_reg::mbox |
Mailboxes target for the sock
Definition at line 95 of file sock_types.h.
msg_t gnrc_sock_reg::mbox_queue[GNRC_SOCK_MBOX_SIZE] |
queue for gnrc_sock_reg_t::mbox
Definition at line 96 of file sock_types.h.