Home
last modified time | relevance | path

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

/lib/liblwip/src/include/lwip/
Dtcp.h136 LAST_ACK = 9, enumerator
/lib/liblwip/src/core/
Dtcp.c246 pcb->state = LAST_ACK; in tcp_close_shutdown()
939 if (pcb->state == LAST_ACK) { in tcp_slowtmr()
Dtcp_in.c779 case LAST_ACK: in tcp_process()
/lib/liblwip/
DCHANGELOG2138 state from LAST_ACK in tcp_process
2792 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch