Home
last modified time | relevance | path

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

/openthread-3.6.0/src/core/thread/
Danycast_locator.cpp59 VerifyOrExit((aCallback != nullptr) && Get<Mle::Mle>().IsAnycastLocator(aAnycastAddress), in Locate()
Dmle.hpp482 bool IsAnycastLocator(const Ip6::Address &aAddress) const;
Dmesh_forwarder_ftd.cpp519 else if (mle.IsAnycastLocator(aIp6Header.GetDestination())) in UpdateIp6RouteFtd()
Dmle.cpp1055 !IsAnycastLocator(addr.GetAddress()) && addr.GetAddress() != GetMeshLocal64()) in HasUnregisteredAddress()
3912 bool Mle::IsAnycastLocator(const Ip6::Address &aAddress) const in IsAnycastLocator() function in ot::Mle::Mle
3914 return IsMeshLocalAddress(aAddress) && aAddress.GetIid().IsAnycastLocator(); in IsAnycastLocator()
4655 …Get<Mle>().IsAnycastLocator(addr.GetAddress()) || addr.GetAddress() == Get<Mle>().GetMeshLocal64()) in AppendAddressRegistrationTlv()
/openthread-3.6.0/src/core/net/
Dip6_address.cpp239 return IsSubnetRouterAnycast() || IsReservedSubnetAnycast() || IsAnycastLocator(); in IsReserved()
301 bool InterfaceIdentifier::IsAnycastLocator(void) const in IsAnycastLocator() function in ot::Ip6::InterfaceIdentifier
Dip6_address.hpp507 bool IsAnycastLocator(void) const;
Dip6.cpp1314 if (Get<Mle::Mle>().IsAnycastLocator(addr.GetAddress())) in SelectSourceAddress()
/openthread-3.6.0/src/core/coap/
Dcoap.cpp1016 aMetadata.mDestinationAddress.GetIid().IsAnycastLocator()) && in FindRelatedRequest()