Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/
Dtcpbase.h66 LAST_ACK = 9, enumerator
/third_party/lwip/src/core/
Dtcp.c434 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()
Dtcp_in.c1030 case LAST_ACK:
/third_party/libnl/lib/netfilter/
Dct_obj.c468 __ADD(TCP_CONNTRACK_LAST_ACK,LAST_ACK),
/third_party/lwip/
DCHANGELOG570 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections
3337 state from LAST_ACK in tcp_process
3991 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch