Searched refs:CLOSE_WAIT (Results 1 – 15 of 15) sorted by relevance
64 CLOSE_WAIT = 7, enumerator
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
267 if (rst_on_unacked_data && ((pcb->state == ESTABLISHED) || (pcb->state == CLOSE_WAIT))) { in tcp_close_shutdown()351 case CLOSE_WAIT: in tcp_close_shutdown_fin()450 case CLOSE_WAIT: in tcp_shutdown()807 if ((pcb->state == CLOSE_WAIT) || (pcb->state == LAST_ACK)) { in tcp_recved()1100 (pcb->state == CLOSE_WAIT))) { in tcp_slowtmr()
886 pcb->state = CLOSE_WAIT;898 case CLOSE_WAIT:904 pcb->state = CLOSE_WAIT;1286 if ((tcplen > 0) && (pcb->state < CLOSE_WAIT)) {1524 pcb->state = CLOSE_WAIT;
311 (pcb->state != CLOSE_WAIT) && in tcp_write_checks()
162 CLOSE_WAIT = 7, enumerator
967 pcb->state = CLOSE_WAIT;979 case CLOSE_WAIT:985 pcb->state = CLOSE_WAIT;1373 if ((tcplen > 0) && (pcb->state < CLOSE_WAIT)) {1602 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()1331 (pcb->state == CLOSE_WAIT))) { in tcp_slowtmr()
102 (pcb->state == CLOSE_WAIT)) { in tcp_get_value()
101 (pcb->state == CLOSE_WAIT)) { in tcp_get_value()
3693 (pcb->state == CLOSE_WAIT)) in tcp_get_value()
Completed in 51 milliseconds