Data Fields | |
enum tcpip_msg_type | type |
sys_sem_t * | sem |
union { | |
struct api_msg * apimsg | |
struct { | |
struct pbuf * p | |
struct netif * netif | |
} inp | |
struct { | |
void(* f )(void *ctx) | |
void * ctx | |
} cb | |
struct { | |
u32_t msecs | |
sys_timeout_handler h | |
void * arg | |
} tmo | |
} | msg |
Definition at line 109 of file tcpip.h.