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.c314 if (pcb->state == FIN_WAIT_2) { in tcp_set_timer_tick_by_tcp_state()
1493 if (pcb->state == FIN_WAIT_2) {
Dtcp_in.c1041 pcb->state = FIN_WAIT_2;
1044 case FIN_WAIT_2:
/third_party/lwip/src/api/
Dapi_msg.c995 (tpcb->state == FIN_WAIT_2) ||
/third_party/lwip/
DCHANGELOG1342 * tcp.c: fixed bug #34636: FIN_WAIT_2 - Incorrect shutdown of TCP pcb