Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_fsm.h61 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */ macro
75 #define TCP6S_FIN_WAIT_2 TCPS_FIN_WAIT_2
Dtcp_usrreq.c479 if (tp->t_state >= TCPS_FIN_WAIT_2) { in tcp_usrclosed()
483 if (tp->t_state == TCPS_FIN_WAIT_2) { in tcp_usrclosed()
Dtcp_timer.c304 if (tcp_fast_finwait2_recycle && tp->t_state == TCPS_FIN_WAIT_2 && in tcp_timer_2msl()
Dtcp_input.c1730 case TCPS_FIN_WAIT_2: in tcp_do_segment()
2049 case TCPS_FIN_WAIT_2: in tcp_do_segment()
2447 tcp_state_change(tp, TCPS_FIN_WAIT_2); in tcp_do_segment()
2709 case TCPS_FIN_WAIT_2: in tcp_do_segment()