Home
last modified time | relevance | path

Searched defs:IsOpen (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/src/core/net/
Dudp6.hpp493 bool IsOpen(const SocketHandle &aSocket) const { return mSockets.Contains(aSocket); } in IsOpen() function in ot::Ip6::Udp
Dudp6.cpp91 bool Udp::Socket::IsOpen(void) const { return Get<Udp>().IsOpen(*this); } in IsOpen() function in ot::Ip6::Udp::Socket