Searched refs:TCP_EVENT_POLL (Results 1 – 6 of 6) sorted by relevance
| /components/net/lwip/lwip-1.4.1/src/include/lwip/ |
| A D | tcp_impl.h | 205 #define TCP_EVENT_POLL(pcb,ret) ret = lwip_tcp_event((pcb)->callback_arg, (pcb),\ macro 251 #define TCP_EVENT_POLL(pcb,ret) \
|
| /components/net/lwip/lwip-2.0.3/src/include/lwip/priv/ |
| A D | tcp_priv.h | 173 #define TCP_EVENT_POLL(pcb,ret) do { if ((pcb)->state != SYN_RCVD) { … macro 221 #define TCP_EVENT_POLL(pcb,ret) \ macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/priv/ |
| A D | tcp_priv.h | 176 #define TCP_EVENT_POLL(pcb,ret) do { if ((pcb)->state != SYN_RCVD) { … macro 226 #define TCP_EVENT_POLL(pcb,ret) \ macro
|
| /components/net/lwip/lwip-1.4.1/src/core/ |
| A D | tcp.c | 989 TCP_EVENT_POLL(prev, err); in tcp_slowtmr()
|
| /components/net/lwip/lwip-2.0.3/src/core/ |
| A D | tcp.c | 1196 TCP_EVENT_POLL(prev, err); in tcp_slowtmr()
|
| /components/net/lwip/lwip-2.1.2/src/core/ |
| A D | tcp.c | 1424 TCP_EVENT_POLL(prev, err); in tcp_slowtmr()
|
Completed in 16 milliseconds