Searched defs:IsClosed (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/src/core/net/ | ||
D | tcp6.cpp | 303 bool Tcp::Endpoint::IsClosed(void) const { return GetTcb().t_state == TCP6S_CLOSED; } in IsClosed() function in ot::Ip6::Tcp::Endpoint |
/openthread-latest/src/core/meshcop/ | ||
D | secure_transport.hpp | 659 bool IsClosed(void) const { return !mIsOpen; } in IsClosed() function in ot::MeshCoP::SecureTransport |