Searched refs:FIN_WAIT_1 (Results 1 – 4 of 4) sorted by relevance
62 FIN_WAIT_1 = 5, enumerator70 #define TCP_STATE_IS_CLOSING(state) ((state) >= FIN_WAIT_1)
420 pcb->state = FIN_WAIT_1; in tcp_close_shutdown_fin()427 pcb->state = FIN_WAIT_1; in tcp_close_shutdown_fin()
989 case FIN_WAIT_1:
948 ((tpcb->state == FIN_WAIT_1) ||