Searched refs:FIN_WAIT_2 (Results 1 - 7 of 7) sorted by relevance

/barrelfish-2018-10-04/include/lwip2/lwip/
H A Dtcp.h161 FIN_WAIT_2 = 6, enumerator in enum:tcp_state
/barrelfish-2018-10-04/lib/lwip/src/core/
H A Dtcp.c625 if (pcb->state == FIN_WAIT_2) {
1351 case FIN_WAIT_2:
1352 LWIP_DEBUGF(TCP_DEBUG, ("FIN_WAIT_2\n"));
H A Dtcp_in.c711 pcb->state = FIN_WAIT_2;
714 case FIN_WAIT_2:
/barrelfish-2018-10-04/include/lwip/lwip/
H A Dtcp.h246 FIN_WAIT_2 = 6, enumerator in enum:tcp_state
/barrelfish-2018-10-04/lib/lwip2/src/core/
H A Dtcp_in.c906 pcb->state = FIN_WAIT_2;
909 case FIN_WAIT_2:
912 LWIP_DEBUGF(TCP_DEBUG, ("TCP connection closed: FIN_WAIT_2 %"U16_F" -> %"U16_F".\n", inseg.tcphdr->src, inseg.tcphdr->dest));
H A Dtcp.c99 "FIN_WAIT_2",
1079 if (pcb->state == FIN_WAIT_2) {
1080 /* If this PCB is in FIN_WAIT_2 because of SHUT_WR don't let it time out. */
/barrelfish-2018-10-04/lib/lwip2/src/api/
H A Dapi_msg.c845 (tpcb->state == FIN_WAIT_2) ||

Completed in 106 milliseconds