|
MeterLogger
|
#include <esp-open-lwip/include/lwip/tcpip.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 |
| struct { ... } tcpip_msg::cb |
Referenced by tcpip_callback_with_block().
| void* tcpip_msg::ctx |
Definition at line 141 of file tcpip.h.
Referenced by tcpip_callback_with_block().
| tcpip_callback_fn tcpip_msg::function |
| struct { ... } tcpip_msg::inp |
Referenced by tcpip_input().
| union { ... } tcpip_msg::msg |
Referenced by tcpip_callback_with_block(), tcpip_input(), and tcpip_thread().
| struct pbuf* tcpip_msg::p |
Definition at line 136 of file tcpip.h.
Referenced by tcpip_input().
| enum tcpip_msg_type tcpip_msg::type |
Definition at line 126 of file tcpip.h.
Referenced by tcpip_callback_with_block(), and tcpip_input().
1.8.13