Home
last modified time | relevance | path

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

/lk-master/external/lib/lwip/core/
A 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()
A 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()
A Dtcp_out.c298 (pcb->state != CLOSE_WAIT) && in tcp_write_checks()
/lk-master/external/lib/lwip/include/lwip/
A Dtcp.h134 CLOSE_WAIT = 7, enumerator
/lk-master/external/lib/lwip/core/snmp/
A Dmib2.c3693 (pcb->state == CLOSE_WAIT)) in tcp_get_value()

Completed in 16 milliseconds