Searched refs:CLOSE_WAIT (Results 1 – 7 of 7) sorted by relevance
64 CLOSE_WAIT = 7, enumerator
968 pcb->state = CLOSE_WAIT;980 case CLOSE_WAIT:986 pcb->state = CLOSE_WAIT;1374 if ((tcplen > 0) && (pcb->state < CLOSE_WAIT)) {1603 pcb->state = CLOSE_WAIT;
352 if (rst_on_unacked_data && ((pcb->state == ESTABLISHED) || (pcb->state == CLOSE_WAIT))) { in tcp_close_shutdown()430 case CLOSE_WAIT: in tcp_close_shutdown_fin()543 case CLOSE_WAIT: in tcp_shutdown()1332 (pcb->state == CLOSE_WAIT))) { in tcp_slowtmr()
311 (pcb->state != CLOSE_WAIT) && in tcp_write_checks()
101 (pcb->state == CLOSE_WAIT)) { in tcp_get_value()
467 __ADD(TCP_CONNTRACK_CLOSE_WAIT,CLOSE_WAIT),
4601 connections stay in CLOSE_WAIT forever.