Searched refs:IsClosed (Results 1 – 2 of 2) sorted by relevance
287 bool Tcp::Endpoint::IsClosed(void) const { return GetTcb().t_state == TCP6S_CLOSED; } in IsClosed() function in ot::Ip6::Tcp::Endpoint571 bool Tcp::Listener::IsClosed(void) const { return GetTcbListen().t_state == TCP6S_CLOSED; } in IsClosed() function in ot::Ip6::Tcp::Listener675 VerifyOrExit(IsInitialized(aEndpoint) && !aEndpoint.IsClosed()); in ProcessSignals()681 VerifyOrExit(IsInitialized(aEndpoint) && !aEndpoint.IsClosed()); in ProcessSignals()690 VerifyOrExit(i == 0 || (IsInitialized(aEndpoint) && !aEndpoint.IsClosed())); in ProcessSignals()698 VerifyOrExit(IsInitialized(aEndpoint) && !aEndpoint.IsClosed()); in ProcessSignals()710 VerifyOrExit(IsInitialized(aEndpoint) && !aEndpoint.IsClosed()); in ProcessSignals()718 VerifyOrExit(IsInitialized(aEndpoint) && !aEndpoint.IsClosed()); in ProcessSignals()979 VerifyOrExit(tcp.IsInitialized(listener) && !listener.IsClosed()); in tcplp_sys_accept_ready()993 VerifyOrExit(tcp.IsInitialized(endpoint) && endpoint.IsClosed()); in tcplp_sys_accept_ready()[all …]
374 bool IsClosed(void) const;529 bool IsClosed(void) const;