Home
last modified time | relevance | path

Searched refs:SetToRoutingLocator (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/openthread/src/core/utils/
H A Dmesh_diag.cpp101 …destination.SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), Mle::Rloc16FromRouterId(rout… in DiscoverTopology()
178 destination.SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), aRloc16); in SendQuery()
/aosp_15_r20/external/openthread/src/core/backbone_router/
H A Dbbr_manager.cpp702 dest.SetToRoutingLocator(Get<Mle::MleRouter>().GetMeshLocalPrefix(), ndProxy->GetRloc16()); in HandleDadBackboneAnswer()
720 dest.SetToRoutingLocator(Get<Mle::MleRouter>().GetMeshLocalPrefix(), aSrcRloc16); in HandleExtendedBackboneAnswer()
/aosp_15_r20/external/openthread/src/core/thread/
H A Dtmf.cpp68 GetPeerAddr().SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), aRloc16); in SetSockAddrToRlocPeerAddrTo()
H A Dnetwork_data_service.cpp327 … aInfo.mSockAddr.GetAddress().SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), in GetNextDnsSrpUnicastInfo()
H A Dmlr_manager.cpp420 messageInfo.GetPeerAddr().SetToRoutingLocator(mle.GetMeshLocalPrefix(), in SendMlrMessage()
H A Ddua_manager.cpp523 messageInfo.GetPeerAddr().SetToRoutingLocator(mle.GetMeshLocalPrefix(), in PerformNextRegistration()
H A Dmesh_forwarder_ftd.cpp566 … messageInfo.GetPeerAddr().SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), aMeshSource); in SendDestinationUnreachable()
H A Daddress_resolver.cpp836 … destination.SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), child.GetRloc16()); in HandleTmf()
H A Dmle.cpp1003 aAddress.SetToRoutingLocator(mMeshLocalPrefix, GetLeaderRloc16()); in GetLeaderRloc()
3882 messageInfo.GetPeerAddr().SetToRoutingLocator(mMeshLocalPrefix, mPreviousParentRloc); in InformPreviousParent()
/aosp_15_r20/external/openthread/src/core/net/
H A Dip6_address.hpp802 void SetToRoutingLocator(const NetworkPrefix &aNetworkPrefix, uint16_t aRloc16) in SetToRoutingLocator() function in ot::Ip6::Address
H A Ddhcp6_client.cpp279 …messageInfo.GetPeerAddr().SetToRoutingLocator(Get<Mle::MleRouter>().GetMeshLocalPrefix(), aRloc16); in Solicit()