Searched refs:IsAnycastLocator (Results 1 – 8 of 8) sorted by relevance
54 VerifyOrExit((aCallback != nullptr) && Get<Mle::Mle>().IsAnycastLocator(aAnycastAddress), in Locate()
406 else if (mle.IsAnycastLocator(aIp6Header.GetDestination())) in UpdateIp6RouteFtd()
453 bool IsAnycastLocator(const Ip6::Address &aAddress) const;
1059 !IsAnycastLocator(addr.GetAddress()) && addr.GetAddress() != GetMeshLocalEid()) in HasUnregisteredAddress()3874 bool Mle::IsAnycastLocator(const Ip6::Address &aAddress) const in IsAnycastLocator() function in ot::Mle::Mle3876 return IsMeshLocalAddress(aAddress) && aAddress.GetIid().IsAnycastLocator(); in IsAnycastLocator()4990 …Get<Mle>().IsRoutingLocator(addr.GetAddress()) || Get<Mle>().IsAnycastLocator(addr.GetAddress()) || in AppendAddressRegistrationTlv()
228 return IsSubnetRouterAnycast() || IsReservedSubnetAnycast() || IsAnycastLocator(); in IsReserved()290 bool InterfaceIdentifier::IsAnycastLocator(void) const in IsAnycastLocator() function in ot::Ip6::InterfaceIdentifier
461 bool IsAnycastLocator(void) const;
1284 if (Get<Mle::Mle>().IsAnycastLocator(addr.GetAddress())) in SelectSourceAddress()
1003 aMetadata.mDestinationAddress.GetIid().IsAnycastLocator()) && in FindRelatedRequest()