Searched refs:FIN_WAIT_2 (Results 1 – 14 of 14) sorted by relevance
63 FIN_WAIT_2 = 6, enumerator
133 FIN_WAIT_2 = 6, enumerator
161 FIN_WAIT_2 = 6, enumerator
755 pcb->state = FIN_WAIT_2; in tcp_process()758 case FIN_WAIT_2: in tcp_process()
881 if (pcb->state == FIN_WAIT_2) { in tcp_slowtmr()
925 pcb->state = FIN_WAIT_2;928 case FIN_WAIT_2:
1084 if (pcb->state == FIN_WAIT_2) { in tcp_slowtmr()
1006 pcb->state = FIN_WAIT_2;1009 case FIN_WAIT_2:
1315 if (pcb->state == FIN_WAIT_2) { in tcp_slowtmr()
851 (tpcb->state == FIN_WAIT_2) ||
946 (tpcb->state == FIN_WAIT_2) ||
133 * tcp.c: fixed bug #34636: FIN_WAIT_2 - Incorrect shutdown of TCP pcb
1089 * tcp.c: fixed bug #34636: FIN_WAIT_2 - Incorrect shutdown of TCP pcb
1342 * tcp.c: fixed bug #34636: FIN_WAIT_2 - Incorrect shutdown of TCP pcb
Completed in 37 milliseconds