Home
last modified time | relevance | path

Searched refs:TCP_RMV_ACTIVE (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/priv/
Dtcp_priv.h426 #define TCP_RMV_ACTIVE(npcb) \ macro
/third_party/lwip/src/core/
Dtcp_in.c998 TCP_RMV_ACTIVE(pcb);
1016 TCP_RMV_ACTIVE(pcb);
1026 TCP_RMV_ACTIVE(pcb);
Dtcp.c364 TCP_RMV_ACTIVE(pcb); in tcp_close_shutdown()