Searched defs:IsOpen (Results 1 – 2 of 2) sorted by relevance
/openthread-3.6.0/src/core/net/ | ||
D | udp6.hpp | 493 bool IsOpen(const SocketHandle &aSocket) const { return mSockets.Contains(aSocket); } in IsOpen() function in ot::Ip6::Udp |
D | udp6.cpp | 91 bool Udp::Socket::IsOpen(void) const { return Get<Udp>().IsOpen(*this); } in IsOpen() function in ot::Ip6::Udp::Socket |