Searched refs:LAST_ACK (Results 1 - 6 of 6) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtcp.h164 LAST_ACK = 9, enumerator in enum:tcp_state
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dtcp.c102 "LAST_ACK",
355 pcb->state = LAST_ACK;
802 if ((pcb->state == CLOSE_WAIT) || (pcb->state == LAST_ACK)) {
1138 if (pcb->state == LAST_ACK) {
1487 * Called from tcp_alloc() for LAST_ACK and CLOSING if no more connections are available.
1495 LWIP_ASSERT("invalid state", (state == CLOSING) || (state == LAST_ACK));
1500 CLOSING/LAST_ACK. */
1564 tcp_kill_state(LAST_ACK);
H A Dtcp_in.c930 case LAST_ACK:
933 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection closed: LAST_ACK %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest));
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp.c169 pcb->state = LAST_ACK;
696 if (pcb->state == LAST_ACK) {
1360 case LAST_ACK:
1361 LWIP_DEBUGF(TCP_DEBUG, ("LAST_ACK\n"));
H A Dtcp_in.c739 case LAST_ACK:
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dtcp.h249 LAST_ACK = 9, enumerator in enum:tcp_state

Completed in 130 milliseconds