Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Danycast_locator.cpp54 VerifyOrExit((aCallback != nullptr) && Get<Mle::Mle>().IsAnycastLocator(aAnycastAddress), in Locate()
Dmesh_forwarder_ftd.cpp406 else if (mle.IsAnycastLocator(aIp6Header.GetDestination())) in UpdateIp6RouteFtd()
Dmle.hpp453 bool IsAnycastLocator(const Ip6::Address &aAddress) const;
Dmle.cpp1059 !IsAnycastLocator(addr.GetAddress()) && addr.GetAddress() != GetMeshLocalEid()) in HasUnregisteredAddress()
3874 bool Mle::IsAnycastLocator(const Ip6::Address &aAddress) const in IsAnycastLocator() function in ot::Mle::Mle
3876 return IsMeshLocalAddress(aAddress) && aAddress.GetIid().IsAnycastLocator(); in IsAnycastLocator()
4990 …Get<Mle>().IsRoutingLocator(addr.GetAddress()) || Get<Mle>().IsAnycastLocator(addr.GetAddress()) || in AppendAddressRegistrationTlv()
/openthread-latest/src/core/net/
Dip6_address.cpp228 return IsSubnetRouterAnycast() || IsReservedSubnetAnycast() || IsAnycastLocator(); in IsReserved()
290 bool InterfaceIdentifier::IsAnycastLocator(void) const in IsAnycastLocator() function in ot::Ip6::InterfaceIdentifier
Dip6_address.hpp461 bool IsAnycastLocator(void) const;
Dip6.cpp1284 if (Get<Mle::Mle>().IsAnycastLocator(addr.GetAddress())) in SelectSourceAddress()
/openthread-latest/src/core/coap/
Dcoap.cpp1003 aMetadata.mDestinationAddress.GetIid().IsAnycastLocator()) && in FindRelatedRequest()