Searched refs:TCP6S_CLOSED (Results 1 – 4 of 4) sorted by relevance
142 tp->t_state = TCP6S_CLOSED; in initialize_tcb()191 tcp_state_change(tp, TCP6S_CLOSED); // for the print statement in tcp_close()
66 #define TCP6S_CLOSED TCPS_CLOSED macro
523 tp->t_state != TCP6S_CLOSED) { in tcp_usr_abort()
159 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()