#include <tcpip.h>
Public Attributes | |
| enum tcpip_msg_type | type |
| sys_sem_t * | sem |
| union { | |
| struct api_msg * apimsg | |
| struct { | |
| struct pbuf * p | |
| struct netif * netif | |
| } inp | |
| struct { | |
| tcpip_callback_fn function | |
| void * ctx | |
| } cb | |
| struct { | |
| u32_t msecs | |
| sys_timeout_handler h | |
| void * arg | |
| } tmo | |
| } | msg |
| struct api_msg* tcpip_msg::apimsg |
| void* tcpip_msg::arg |
| struct { ... } tcpip_msg::cb |
| void* tcpip_msg::ctx |
| struct { ... } tcpip_msg::inp |
| union { ... } tcpip_msg::msg |
| struct netif* tcpip_msg::netif |
| struct pbuf* tcpip_msg::p |
| sys_sem_t* tcpip_msg::sem |
| struct { ... } tcpip_msg::tmo |
1.7.1