Home
last modified time | relevance | path

Searched refs:IsAnycastLocator (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/openthread/src/core/net/
H A Dip6_address.cpp239 return IsSubnetRouterAnycast() || IsReservedSubnetAnycast() || IsAnycastLocator(); in IsReserved()
301 bool InterfaceIdentifier::IsAnycastLocator(void) const in IsAnycastLocator() function in ot::Ip6::InterfaceIdentifier
H A Dip6_address.hpp507 bool IsAnycastLocator(void) const;
H A Dip6.cpp1302 if (Get<Mle::Mle>().IsAnycastLocator(addr.GetAddress())) in SelectSourceAddress()
/aosp_15_r20/external/openthread/src/core/thread/
H A Danycast_locator.cpp59 VerifyOrExit((aCallback != nullptr) && Get<Mle::Mle>().IsAnycastLocator(aAnycastAddress), in Locate()
H A Dmle.cpp1036 !IsAnycastLocator(addr.GetAddress()) && addr.GetAddress() != GetMeshLocalEid()) in HasUnregisteredAddress()
3864 bool Mle::IsAnycastLocator(const Ip6::Address &aAddress) const in IsAnycastLocator() function in ot::Mle::Mle
3866 return IsMeshLocalAddress(aAddress) && aAddress.GetIid().IsAnycastLocator(); in IsAnycastLocator()
4598 …Get<Mle>().IsAnycastLocator(addr.GetAddress()) || addr.GetAddress() == Get<Mle>().GetMeshLocalEid(… in AppendAddressRegistrationTlv()
H A Dmle.hpp491 bool IsAnycastLocator(const Ip6::Address &aAddress) const;
H A Dmesh_forwarder_ftd.cpp410 else if (mle.IsAnycastLocator(aIp6Header.GetDestination())) in UpdateIp6RouteFtd()
/aosp_15_r20/external/openthread/src/core/coap/
H A Dcoap.cpp1013 aMetadata.mDestinationAddress.GetIid().IsAnycastLocator()) && in FindRelatedRequest()