Searched refs:CLOSE_WAIT (Results 1 – 5 of 5) sorted by relevance
718 pcb->state = CLOSE_WAIT; in tcp_process()730 case CLOSE_WAIT: in tcp_process()736 pcb->state = CLOSE_WAIT; in tcp_process()1120 if ((tcplen > 0) && (pcb->state < CLOSE_WAIT)) { in tcp_receive()1354 pcb->state = CLOSE_WAIT; in tcp_receive()
174 if (rst_on_unacked_data && ((pcb->state == ESTABLISHED) || (pcb->state == CLOSE_WAIT))) { in tcp_close_shutdown()242 case CLOSE_WAIT: in tcp_close_shutdown()337 case CLOSE_WAIT: in tcp_shutdown()897 (pcb->state == CLOSE_WAIT))) { in tcp_slowtmr()
298 (pcb->state != CLOSE_WAIT) && in tcp_write_checks()
134 CLOSE_WAIT = 7, enumerator
3693 (pcb->state == CLOSE_WAIT)) in tcp_get_value()
Completed in 16 milliseconds