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