Searched refs:LAST_ACK (Results 1 – 5 of 5) sorted by relevance
66 LAST_ACK = 9, enumerator
434 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()
1030 case LAST_ACK:
468 __ADD(TCP_CONNTRACK_LAST_ACK,LAST_ACK),
570 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections3337 state from LAST_ACK in tcp_process3991 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch