Searched refs:IsAnycastLocator (Results 1 – 8 of 8) sorted by relevance
59 VerifyOrExit((aCallback != nullptr) && Get<Mle::Mle>().IsAnycastLocator(aAnycastAddress), in Locate()
482 bool IsAnycastLocator(const Ip6::Address &aAddress) const;
519 else if (mle.IsAnycastLocator(aIp6Header.GetDestination())) in UpdateIp6RouteFtd()
1055 !IsAnycastLocator(addr.GetAddress()) && addr.GetAddress() != GetMeshLocal64()) in HasUnregisteredAddress()3912 bool Mle::IsAnycastLocator(const Ip6::Address &aAddress) const in IsAnycastLocator() function in ot::Mle::Mle3914 return IsMeshLocalAddress(aAddress) && aAddress.GetIid().IsAnycastLocator(); in IsAnycastLocator()4655 …Get<Mle>().IsAnycastLocator(addr.GetAddress()) || addr.GetAddress() == Get<Mle>().GetMeshLocal64()) in AppendAddressRegistrationTlv()
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;
1314 if (Get<Mle::Mle>().IsAnycastLocator(addr.GetAddress())) in SelectSourceAddress()
1016 aMetadata.mDestinationAddress.GetIid().IsAnycastLocator()) && in FindRelatedRequest()