OpenWSN-specific types. More...
OpenWSN-specific types.
Definition in file sock_types.h.
Include dependency graph for sock_types.h:Go to the source code of this file.
Data Structures | |
| struct | openwsn_gen_sock |
| Generic openwsn sock type. More... | |
| struct | sock_udp |
| UDP sock type. More... | |
Macros | |
| #define | CONFIG_OPENWSN_SOCK_MBOX_SIZE_EXP (3) |
| Default size for OpenWSN sock_udp_t::mbox_queue (as exponent of 2^n). | |
| #define | OPENWSN_SOCK_MBOX_SIZE (1 << CONFIG_OPENWSN_SOCK_MBOX_SIZE_EXP) |
| Size for OpenWSN sock_udp_t::mbox_queue. | |
Typedefs | |
| typedef struct openwsn_gen_sock | openwsn_gen_sock_t |
| Forward declaration. | |