Home
last modified time | relevance | path

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

/minix3/minix/lib/liblwip/dist/src/core/
H A Dtcp.c355 pcb->state = LAST_ACK; in tcp_close_shutdown_fin()
817 if ((pcb->state == CLOSE_WAIT) || (pcb->state == LAST_ACK)) { in tcp_recved()
1170 if (pcb->state == LAST_ACK) { in tcp_slowtmr()
1527 LWIP_ASSERT("invalid state", (state == CLOSING) || (state == LAST_ACK)); in tcp_kill_state()
1596 tcp_kill_state(LAST_ACK); in tcp_alloc()
H A Dtcp_in.c929 case LAST_ACK:
/minix3/minix/lib/liblwip/dist/src/include/lwip/
H A Dtcp.h164 LAST_ACK = 9, enumerator
/minix3/minix/net/lwip/
H A Dtcpsock.c2564 case LAST_ACK: in tcpsock_close()
2661 [LAST_ACK] = { TCPS_LAST_ACK, SS_ISDISCONNECTING },
/minix3/minix/lib/liblwip/dist/
H A DCHANGELOG275 * tcp.c: tcp_alloc() prefers killing CLOSING/LAST_ACK over active connections
3042 state from LAST_ACK in tcp_process
3696 * tcp.c: Remove PCBs which stay in LAST_ACK state too long. Patch