Home
last modified time | relevance | path

Searched defs:IsClosed (Results 1 – 2 of 2) 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
/openthread-latest/src/core/meshcop/
Dsecure_transport.hpp659 bool IsClosed(void) const { return !mIsOpen; } in IsClosed() function in ot::MeshCoP::SecureTransport