Home
last modified time | relevance | path

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

/external/openthread/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()
278 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()
408 if (tp->t_state != TCPS_CLOSED) in tcp_usr_shutdown()
434 tcp_state_change(tp, TCPS_CLOSED); in tcp_usrclosed()
436 case TCPS_CLOSED: in tcp_usrclosed()
Dtcp_fsm.h49 #define TCPS_CLOSED 0 /* closed */ macro
66 #define TCP6S_CLOSED TCPS_CLOSED
Dtcp_subr.c345 tcp_state_change(tp, TCPS_CLOSED); in tcp_drop()
Dtcp_input.c1602 tcp_state_change(tp, TCPS_CLOSED); in tcp_do_segment()