#include <tcpip.h>
Data Fields | |
union { | |
api_msg * apimsg | |
struct { | |
netif * netif | |
pbuf * p | |
} inp | |
} | msg |
sys_sem_t * | sem |
enum tcpip_msg_type | type |
Definition at line 50 of file tcpip.h.
struct api_msg* tcpip_msg::apimsg |
struct { ... } tcpip_msg::inp |
Referenced by tcpip_input().
union { ... } tcpip_msg::msg |
Referenced by tcpip_apimsg(), tcpip_input(), and tcpip_thread().
struct netif* tcpip_msg::netif |
struct pbuf* tcpip_msg::p |