Home
last modified time | relevance | path

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

/lib/lwip/lwip/src/include/lwip/
A Dtcpbase.h66 LAST_ACK = 9, enumerator
/lib/lwip/lwip/src/core/
A Dtcp.c434 pcb->state = LAST_ACK; in tcp_close_shutdown_fin()
1375 if (pcb->state == LAST_ACK) { in tcp_slowtmr()
1761 LWIP_ASSERT("invalid state", (state == CLOSING) || (state == LAST_ACK)); in tcp_kill_state()
1857 tcp_kill_state(LAST_ACK); in tcp_alloc()
A Dtcp_in.c1043 case LAST_ACK:
/lib/lwip/lwip/
A DCHANGELOG657 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections
3424 state from LAST_ACK in tcp_process
4078 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch

Completed in 26 milliseconds