Home
last modified time | relevance | path

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

/external/openthread/src/core/net/
Dip6_address.cpp166 bool InterfaceIdentifier::IsUnspecified(void) const in IsUnspecified() function in ot::Ip6::InterfaceIdentifier
269 bool Address::IsUnspecified(void) const in IsUnspecified() function in ot::Ip6::Address
/external/ot-br-posix/src/common/
Dtypes.hpp195 bool IsUnspecified(void) const { return m64[0] == 0 && m64[1] == 0; } in IsUnspecified() function in otbr::Ip6Address