Home
last modified time | relevance | path

Searched refs:IsSubnetRouterAnycast (Results 1 – 2 of 2) sorted by relevance

/openthread-3.6.0/src/core/net/
Dip6_address.cpp239 return IsSubnetRouterAnycast() || IsReservedSubnetAnycast() || IsAnycastLocator(); in IsReserved()
242 bool InterfaceIdentifier::IsSubnetRouterAnycast(void) const { return (mFields.m32[0] == 0) && (mFie… in IsSubnetRouterAnycast() function in ot::Ip6::InterfaceIdentifier
Dip6_address.hpp409 bool IsSubnetRouterAnycast(void) const;