Home
last modified time | relevance | path

Searched refs:CLOSE_WAIT (Results 1 – 5 of 5) sorted by relevance

/lib/liblwip/src/core/
Dtcp_in.c718 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()
Dtcp.c174 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()
Dtcp_out.c298 (pcb->state != CLOSE_WAIT) && in tcp_write_checks()
/lib/liblwip/src/include/lwip/
Dtcp.h134 CLOSE_WAIT = 7, enumerator
/lib/liblwip/src/core/snmp/
Dmib2.c3693 (pcb->state == CLOSE_WAIT)) in tcp_get_value()