Entry to the Network protocol registry. More...
Entry to the Network protocol registry.
#include <netreg.h>
Data Fields | |
struct gnrc_netreg_entry * | next |
next element in list | |
uint32_t | demux_ctx |
The demultiplexing context for the registering thread. More... | |
gnrc_netreg_type_t | type |
Type of the registry entry. More... | |
union { | |
kernel_pid_t pid | |
The PID of the registering thread. | |
mbox_t * mbox | |
Target mailbox for the registry entry. More... | |
gnrc_netreg_entry_cbd_t * cbd | |
Target callback for the registry entry. More... | |
} | target |
Target for the registry entry. | |
gnrc_netreg_entry_cbd_t* gnrc_netreg_entry::cbd |
Target callback for the registry entry.
uint32_t gnrc_netreg_entry::demux_ctx |
mbox_t* gnrc_netreg_entry::mbox |
Target mailbox for the registry entry.
gnrc_netreg_type_t gnrc_netreg_entry::type |
Type of the registry entry.