Searched refs:IsAnycastLocator (Results 1 – 8 of 8) sorted by relevance
239 return IsSubnetRouterAnycast() || IsReservedSubnetAnycast() || IsAnycastLocator(); in IsReserved()301 bool InterfaceIdentifier::IsAnycastLocator(void) const in IsAnycastLocator() function in ot::Ip6::InterfaceIdentifier
507 bool IsAnycastLocator(void) const;
1302 if (Get<Mle::Mle>().IsAnycastLocator(addr.GetAddress())) in SelectSourceAddress()
59 VerifyOrExit((aCallback != nullptr) && Get<Mle::Mle>().IsAnycastLocator(aAnycastAddress), in Locate()
1036 !IsAnycastLocator(addr.GetAddress()) && addr.GetAddress() != GetMeshLocalEid()) in HasUnregisteredAddress()3864 bool Mle::IsAnycastLocator(const Ip6::Address &aAddress) const in IsAnycastLocator() function in ot::Mle::Mle3866 return IsMeshLocalAddress(aAddress) && aAddress.GetIid().IsAnycastLocator(); in IsAnycastLocator()4598 …Get<Mle>().IsAnycastLocator(addr.GetAddress()) || addr.GetAddress() == Get<Mle>().GetMeshLocalEid(… in AppendAddressRegistrationTlv()
491 bool IsAnycastLocator(const Ip6::Address &aAddress) const;
410 else if (mle.IsAnycastLocator(aIp6Header.GetDestination())) in UpdateIp6RouteFtd()
1013 aMetadata.mDestinationAddress.GetIid().IsAnycastLocator()) && in FindRelatedRequest()