Home
last modified time | relevance | path

Searched refs:TCP_EVENT_POLL (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h176 #define TCP_EVENT_POLL(pcb,ret) do { if ((pcb)->state != SYN_RCVD) { … macro
226 #define TCP_EVENT_POLL(pcb,ret) \ macro
/third_party/lwip/src/core/
Dtcp.c1602 TCP_EVENT_POLL(prev, err);