|
MIDAS
|

Public Attributes | ||
| struct mg_connection * | nc | |
| struct mg_connection * | lc | |
| union { | ||
| struct tcp_pcb * tcp | ||
| struct udp_pcb * udp | ||
| } | pcb | |
| err_t | err | |
| size_t | num_sent | |
| struct pbuf * | rx_chain | |
| size_t | rx_offset | |
| int | last_ssl_write_size | |
| int | recv_pending | |
| int | draining_rx_chain | |
| union { | ||
| struct tcp_pcb * tcp | ||
| struct udp_pcb * udp | ||
| } | pcb | |
Definition at line 15153 of file mongoose614.cxx.
| int mg_lwip_conn_state::draining_rx_chain |
Definition at line 15169 of file mongoose614.cxx.
| err_t mg_lwip_conn_state::err |
Definition at line 15160 of file mongoose614.cxx.
| int mg_lwip_conn_state::last_ssl_write_size |
Definition at line 15165 of file mongoose614.cxx.
| struct mg_connection * mg_lwip_conn_state::lc |
Definition at line 15155 of file mongoose614.cxx.
| struct mg_connection * mg_lwip_conn_state::nc |
Definition at line 15154 of file mongoose614.cxx.
| size_t mg_lwip_conn_state::num_sent |
Definition at line 15161 of file mongoose614.cxx.
| union { ... } mg_lwip_conn_state::pcb |
| union { ... } mg_lwip_conn_state::pcb |
| int mg_lwip_conn_state::recv_pending |
Definition at line 15167 of file mongoose614.cxx.
Definition at line 15162 of file mongoose614.cxx.
| size_t mg_lwip_conn_state::rx_offset |
Definition at line 15163 of file mongoose614.cxx.
Definition at line 15157 of file mongoose614.cxx.
Definition at line 15158 of file mongoose614.cxx.