Home
last modified time | relevance | path

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

/openthread-latest/third_party/tcplp/bsdtcp/
Dtcp_subr.c142 tp->t_state = TCP6S_CLOSED; in initialize_tcb()
191 tcp_state_change(tp, TCP6S_CLOSED); // for the print statement in tcp_close()
Dtcp_fsm.h66 #define TCP6S_CLOSED TCPS_CLOSED macro
Dtcp_usrreq.c523 tp->t_state != TCP6S_CLOSED) { in tcp_usr_abort()
/openthread-latest/src/core/net/
Dtcp6.cpp159 VerifyOrExit(tp.t_state == TCP6S_CLOSED, error = kErrorInvalidState); in Connect()
303 bool Tcp::Endpoint::IsClosed(void) const { return GetTcb().t_state == TCP6S_CLOSED; } in IsClosed()
517 VerifyOrExit(tp->t_state != TCP6S_CLOSED); in Matches()
572 tpl->t_state = TCP6S_CLOSED; in StopListening()
587 bool Tcp::Listener::IsClosed(void) const { return GetTcbListen().t_state == TCP6S_CLOSED; } in IsClosed()
1092 if (aNewState == TCP6S_CLOSED) in tcplp_sys_on_state_change()