Home
last modified time | relevance | path

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

/external/openthread/third_party/tcplp/bsdtcp/
Dtcp_fsm.h62 #define TCPS_TIME_WAIT 10 /* in 2*msl quiet wait after close */ macro
76 #define TCP6S_TIME_WAIT TCPS_TIME_WAIT
80 #define TCPS_HAVERCVDFIN(s) ((s) >= TCPS_TIME_WAIT)
Dtcp_usrreq.c278 if ((tp->t_state == TCPS_TIME_WAIT) || (tp->t_state == TCPS_CLOSED)) { in tcp_usr_send()
360 if ((tp->t_state == TCPS_TIME_WAIT) || (tp->t_state == TCPS_CLOSED)) { in tcp_usr_rcvd()
395 if ((tp->t_state == TCPS_TIME_WAIT) || (tp->t_state == TCPS_CLOSED)) { in tcp_usr_shutdown()
506 } else if (tp->t_state == TCPS_TIME_WAIT) { // samkumar: I added this clause in tcp_usr_abort()
Dtcp_timewait.c231 tcp_state_change(tp, TCPS_TIME_WAIT); in tcp_twstart()
Dtcp_input.c977 KASSERT(tp->t_state != TCPS_TIME_WAIT, ("%s: TCPS_TIME_WAIT", in tcp_do_segment()