#include <tcpip.h>
Data Fields | |
union { | |
struct { | |
void * ctx | |
tcpip_callback_fn function | |
} cb | |
struct { | |
struct netif * netif | |
struct pbuf * p | |
} inp | |
} | msg |
sys_sem_t * | sem |
enum tcpip_msg_type | type |
struct { ... } tcpip_msg::cb |
Referenced by tcpip_callback_with_block(), tcpip_callbackmsg_new(), and tcpip_thread().
void* tcpip_msg::ctx |
Referenced by tcpip_callback_with_block(), and tcpip_callbackmsg_new().
tcpip_callback_fn tcpip_msg::function |
Referenced by tcpip_thread().
struct { ... } tcpip_msg::inp |
Referenced by tcpip_input(), and tcpip_thread().
union { ... } tcpip_msg::msg |
Referenced by tcpip_callback_with_block(), tcpip_callbackmsg_new(), tcpip_input(), and tcpip_thread().
struct netif* tcpip_msg::netif |
struct pbuf* tcpip_msg::p |
Referenced by tcpip_input().
sys_sem_t* tcpip_msg::sem |
enum tcpip_msg_type tcpip_msg::type |
Referenced by tcpip_callback_with_block(), tcpip_callbackmsg_new(), tcpip_input(), and tcpip_thread().