Searched refs:LAST_ACK (Results 1 – 12 of 12) sorted by relevance
66 LAST_ACK = 9, enumerator
136 LAST_ACK = 9, enumerator
355 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()
949 case LAST_ACK:
164 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:
246 pcb->state = LAST_ACK; in tcp_close_shutdown()939 if (pcb->state == LAST_ACK) { in tcp_slowtmr()
779 case LAST_ACK: in tcp_process()
317 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections3084 state from LAST_ACK in tcp_process3738 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch
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
2128 state from LAST_ACK in tcp_process2782 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch
Completed in 35 milliseconds