Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_usrreq.c163 if (tp->t_state != TCPS_CLOSED) { // samkumar: This is a check that I added in tcp6_usr_connect()
279 …if ((tp->t_state == TCPS_TIME_WAIT) || (tp->t_state == TCPS_CLOSED && !do_fastopen_implied_connect… in tcp_usr_send()
368 if ((tp->t_state == TCPS_TIME_WAIT) || (tp->t_state == TCPS_CLOSED)) { in tcp_usr_rcvd()
414 if ((tp->t_state == TCPS_TIME_WAIT) || (tp->t_state == TCPS_CLOSED)) { in tcp_usr_shutdown()
427 if (tp->t_state != TCPS_CLOSED) in tcp_usr_shutdown()
453 tcp_state_change(tp, TCPS_CLOSED); in tcp_usrclosed()
455 case TCPS_CLOSED: in tcp_usrclosed()
Dtcp_fsm.h49 #define TCPS_CLOSED 0 /* closed */ macro
66 #define TCP6S_CLOSED TCPS_CLOSED
Dtcp_subr.c355 tcp_state_change(tp, TCPS_CLOSED); in tcp_drop()
Dtcp_input.c1734 tcp_state_change(tp, TCPS_CLOSED); in tcp_do_segment()