Home
last modified time | relevance | path

Searched refs:IsRoutingLocator (Results 1 – 14 of 14) sorted by relevance

/external/openthread/src/core/meshcop/
Dmeshcop_leader.cpp65 VerifyOrExit(Get<Mle::MleRouter>().IsRoutingLocator(aMessageInfo.GetPeerAddr())); in HandleTmf()
/external/openthread/src/core/thread/
Dneighbor_table.cpp144 if (Get<Mle::Mle>().IsRoutingLocator(aIp6Address)) in FindNeighbor()
Dmesh_forwarder_ftd.cpp400 else if (mle.IsRoutingLocator(aIp6Header.GetDestination())) in UpdateIp6RouteFtd()
Dmle.hpp445 bool IsRoutingLocator(const Ip6::Address &aAddress) const;
Dmle.cpp1065 if (!addr.GetAddress().IsLinkLocalUnicast() && !IsRoutingLocator(addr.GetAddress()) && in HasUnregisteredAddress()
3876 bool Mle::IsRoutingLocator(const Ip6::Address &aAddress) const in IsRoutingLocator() function in ot::Mle::Mle
3878 return IsMeshLocalAddress(aAddress) && aAddress.GetIid().IsRoutingLocator(); in IsRoutingLocator()
5000 …Get<Mle>().IsRoutingLocator(addr.GetAddress()) || Get<Mle>().IsAnycastLocator(addr.GetAddress()) || in AppendAddressRegistrationTlv()
Dnetwork_data_leader_ftd.cpp231 VerifyOrExit(aMessageInfo.GetPeerAddr().GetIid().IsRoutingLocator()); in HandleTmf()
Dmesh_forwarder.cpp717 else if (Get<Mle::MleRouter>().IsRoutingLocator(aIp6Addr)) in GetMacDestinationAddress()
Dmle_router.cpp3671 VerifyOrExit(IsRoutingLocator(aMessageInfo.GetPeerAddr())); in SendAddressSolicitResponse()
/external/openthread/src/core/net/
Dip6_address.hpp450 bool IsRoutingLocator(void) const;
Dip6_address.cpp285 bool InterfaceIdentifier::IsRoutingLocator(void) const in IsRoutingLocator() function in ot::Ip6::InterfaceIdentifier
Dip6.cpp1274 bool destIsRloc = Get<Mle::Mle>().IsRoutingLocator(aDestination); in SelectSourceAddress()
1335 …else if ((matchLen == bestMatchLen) && (destIsRloc == Get<Mle::Mle>().IsRoutingLocator(addr.GetAdd… in SelectSourceAddress()
/external/openthread/src/core/utils/
Dmesh_diag.cpp270 VerifyOrExit(Get<Mle::Mle>().IsRoutingLocator(aMessageInfo.GetPeerAddr())); in ProcessMessage()
/external/openthread/src/core/backbone_router/
Dbbr_manager.cpp369 VerifyOrExit(aMessageInfo.GetPeerAddr().GetIid().IsRoutingLocator(), error = kErrorDrop); in HandleDuaRegistration()
/external/ot-br-posix/src/openwrt/ubus/
Dotubus.cpp1318 static bool IsRoutingLocator(const otIp6Address *aAddress) in IsRoutingLocator() function
1347 if (IsRoutingLocator(&aMessageInfo->mSockAddr)) in HandleDiagnosticGetResponse()