Home
last modified time | relevance | path

Searched refs:FIN_WAIT_2 (Results 1 – 5 of 5) sorted by relevance

/third_party/lwip/src/include/lwip/
Dtcpbase.h63 FIN_WAIT_2 = 6, enumerator
/third_party/lwip/src/core/
Dtcp_in.c1007 pcb->state = FIN_WAIT_2;
1010 case FIN_WAIT_2:
Dtcp.c1316 if (pcb->state == FIN_WAIT_2) { in tcp_slowtmr()
/third_party/lwip/src/api/
Dapi_msg.c949 (tpcb->state == FIN_WAIT_2) ||
/third_party/lwip/
DCHANGELOG1342 * tcp.c: fixed bug #34636: FIN_WAIT_2 - Incorrect shutdown of TCP pcb