Searched refs:LAST_ACK (Results 1 – 4 of 4) sorted by relevance
136 LAST_ACK = 9, enumerator
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()
2138 state from LAST_ACK in tcp_process2792 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch