Home
last modified time | relevance | path

Searched refs:LAST_ACK (Results 1 – 12 of 12) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/include/lwip/
A Dtcpbase.h66 LAST_ACK = 9, enumerator
/components/net/lwip/lwip-1.4.1/src/include/lwip/
A Dtcp.h136 LAST_ACK = 9, enumerator
/components/net/lwip/lwip-2.0.3/src/core/
A Dtcp.c355 pcb->state = LAST_ACK; in tcp_close_shutdown_fin()
807 if ((pcb->state == CLOSE_WAIT) || (pcb->state == LAST_ACK)) { in tcp_recved()
1143 if (pcb->state == LAST_ACK) { in tcp_slowtmr()
1500 LWIP_ASSERT("invalid state", (state == CLOSING) || (state == LAST_ACK)); in tcp_kill_state()
1569 tcp_kill_state(LAST_ACK); in tcp_alloc()
A Dtcp_in.c949 case LAST_ACK:
/components/net/lwip/lwip-2.0.3/src/include/lwip/
A Dtcp.h164 LAST_ACK = 9, enumerator
/components/net/lwip/lwip-2.1.2/src/core/
A Dtcp.c434 pcb->state = LAST_ACK; in tcp_close_shutdown_fin()
1371 if (pcb->state == LAST_ACK) { in tcp_slowtmr()
1757 LWIP_ASSERT("invalid state", (state == CLOSING) || (state == LAST_ACK)); in tcp_kill_state()
1853 tcp_kill_state(LAST_ACK); in tcp_alloc()
A Dtcp_in.c1030 case LAST_ACK:
/components/net/lwip/lwip-1.4.1/src/core/
A Dtcp.c246 pcb->state = LAST_ACK; in tcp_close_shutdown()
939 if (pcb->state == LAST_ACK) { in tcp_slowtmr()
A Dtcp_in.c779 case LAST_ACK: in tcp_process()
/components/net/lwip/lwip-2.0.3/
A DCHANGELOG317 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections
3084 state from LAST_ACK in tcp_process
3738 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch
/components/net/lwip/lwip-2.1.2/
A DCHANGELOG570 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections
3337 state from LAST_ACK in tcp_process
3991 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch
/components/net/lwip/lwip-1.4.1/
A DCHANGELOG2128 state from LAST_ACK in tcp_process
2782 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch

Completed in 35 milliseconds