Searched refs:LAST_ACK (Results 1 – 6 of 6) sorted by relevance
66 LAST_ACK = 9, enumerator
329 if (pcb->state == LAST_ACK) { in tcp_set_timer_tick_by_tcp_state()592 pcb->state = LAST_ACK; in tcp_close_shutdown_fin()1549 if (pcb->state == LAST_ACK) {1935 LWIP_ASSERT("invalid state", (state == CLOSING) || (state == LAST_ACK));2031 tcp_kill_state(LAST_ACK);
1065 case LAST_ACK:
72 if (pcb->state == LAST_ACK) {
73 if (pcb->state == 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