Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_fsm.h55 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro
71 #define TCP6S_CLOSE_WAIT TCPS_CLOSE_WAIT
Dtcp_usrreq.c475 case TCPS_CLOSE_WAIT: in tcp_usrclosed()
Dtcp_timer.c217 if (tp->t_state > TCPS_CLOSE_WAIT && in tcp_timer_persist()
Dtcp_input.c1731 case TCPS_CLOSE_WAIT: in tcp_do_segment()
2050 case TCPS_CLOSE_WAIT: in tcp_do_segment()
2693 tcp_state_change(tp, TCPS_CLOSE_WAIT); in tcp_do_segment()