Home
last modified time | relevance | path

Searched refs:TCPS_FIN_WAIT_1 (Results 1 – 3 of 3) sorted by relevance

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_fsm.h57 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro
72 #define TCP6S_FIN_WAIT_1 TCPS_FIN_WAIT_1
Dtcp_input.c1473 tcp_state_change(tp, TCPS_FIN_WAIT_1); in tcp_do_segment()
1597 case TCPS_FIN_WAIT_1: in tcp_do_segment()
1838 tcp_state_change(tp, TCPS_FIN_WAIT_1); in tcp_do_segment()
1888 case TCPS_FIN_WAIT_1: in tcp_do_segment()
2258 case TCPS_FIN_WAIT_1: in tcp_do_segment()
2532 case TCPS_FIN_WAIT_1: in tcp_do_segment()
Dtcp_usrreq.c453 tcp_state_change(tp, TCPS_FIN_WAIT_1); in tcp_usrclosed()