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.c1032 TCP_RMV_ACTIVE(pcb);
1050 TCP_RMV_ACTIVE(pcb);
1060 TCP_RMV_ACTIVE(pcb);
Dtcp.c522 TCP_RMV_ACTIVE(pcb); in tcp_close_shutdown()