Home
last modified time | relevance | path

Searched refs:IsClosed (Results 1 – 5 of 5) sorted by relevance

/openthread-latest/src/core/net/
Dtcp6.cpp303 bool Tcp::Endpoint::IsClosed(void) const { return GetTcb().t_state == TCP6S_CLOSED; } in IsClosed() function in ot::Ip6::Tcp::Endpoint
587 bool Tcp::Listener::IsClosed(void) const { return GetTcbListen().t_state == TCP6S_CLOSED; } in IsClosed() function in ot::Ip6::Tcp::Listener
697 VerifyOrExit(IsInitialized(aEndpoint) && !aEndpoint.IsClosed()); in ProcessSignals()
703 VerifyOrExit(IsInitialized(aEndpoint) && !aEndpoint.IsClosed()); in ProcessSignals()
714 VerifyOrExit(i == 0 || (IsInitialized(aEndpoint) && !aEndpoint.IsClosed())); in ProcessSignals()
722 VerifyOrExit(IsInitialized(aEndpoint) && !aEndpoint.IsClosed()); in ProcessSignals()
734 VerifyOrExit(IsInitialized(aEndpoint) && !aEndpoint.IsClosed()); in ProcessSignals()
742 VerifyOrExit(IsInitialized(aEndpoint) && !aEndpoint.IsClosed()); in ProcessSignals()
1003 VerifyOrExit(tcp.IsInitialized(listener) && !listener.IsClosed()); in tcplp_sys_accept_ready()
1017 VerifyOrExit(tcp.IsInitialized(endpoint) && endpoint.IsClosed()); in tcplp_sys_accept_ready()
[all …]
Dtcp6.hpp357 bool IsClosed(void) const;
505 bool IsClosed(void) const;
/openthread-latest/src/core/coap/
Dcoap_secure.cpp94 VerifyOrExit(!GetTransport().IsClosed(), error = kErrorInvalidState); in Transmit()
/openthread-latest/src/core/api/
Dcoap_secure_api.cpp143 …osed(otInstance *aInstance) { return AsCoreType(aInstance).GetApplicationCoapSecure().IsClosed(); } in otCoapSecureIsClosed()
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp659 bool IsClosed(void) const { return !mIsOpen; } in IsClosed() function in ot::MeshCoP::SecureTransport