![]() |
STM32F769IDiscovery
1.00
uDANTE Audio Networking with STM32F7 DISCO board
|
#include <tcpip_priv.h>
Data Fields | |
enum tcpip_msg_type | type |
sys_sem_t * | sem |
union { | |
struct { | |
struct pbuf * p | |
struct netif * netif | |
} inp | |
struct { | |
tcpip_callback_fn function | |
void * ctx | |
} cb | |
} | msg |
Definition at line 181 of file tcpip_priv.h.
struct { ... } cb |
void* ctx |
Definition at line 200 of file tcpip_priv.h.
tcpip_callback_fn function |
Definition at line 199 of file tcpip_priv.h.
struct { ... } inp |
union { ... } msg |
Definition at line 196 of file tcpip_priv.h.
struct pbuf* p |
Definition at line 195 of file tcpip_priv.h.
sys_sem_t* sem |
Definition at line 183 of file tcpip_priv.h.
enum tcpip_msg_type type |
Definition at line 182 of file tcpip_priv.h.