Searched refs:FIN_WAIT_1 (Results 1 – 9 of 9) sorted by relevance
62 FIN_WAIT_1 = 5, enumerator70 #define TCP_STATE_IS_CLOSING(state) ((state) >= FIN_WAIT_1)
29 + /* tcp_active_pcbs in FIN_WAIT_1,FIN_WAIT_2,CLOSING state will change pcb to tw_pcbs_list don't …32 + if ((pcb->state != FIN_WAIT_1) && (pcb->state != FIN_WAIT_2) && (pcb->state != CLOSING)) {
70 - /* tcp_active_pcbs in FIN_WAIT_1,FIN_WAIT_2,CLOSING state will change pcb to tw_pcbs_list don't …73 - if ((pcb->state != FIN_WAIT_1) && (pcb->state != FIN_WAIT_2) && (pcb->state != CLOSING)) {
43 case FIN_WAIT_1:
1059 …("TCP connection closed: FIN_WAIT_1 %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->des…
2872 …("TCP connection closed: FIN_WAIT_1 %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->des…
350 ((pcb->state == FIN_WAIT_1) || (pcb->state == CLOSING)) || in tcp_slow_tmr_tick()578 pcb->state = FIN_WAIT_1; in tcp_close_shutdown_fin()585 pcb->state = FIN_WAIT_1; in tcp_close_shutdown_fin()
1023 case FIN_WAIT_1:
994 ((tpcb->state == FIN_WAIT_1) ||