Searched refs:SetToRoutingLocator (Results 1 – 11 of 11) sorted by relevance
/openthread-latest/src/core/utils/ |
D | mesh_diag.cpp | 96 …destination.SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), Mle::Rloc16FromRouterId(rout… in DiscoverTopology() 173 destination.SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), aRloc16); in SendQuery()
|
/openthread-latest/src/core/thread/ |
D | tmf.cpp | 67 GetPeerAddr().SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), aRloc16); in SetSockAddrToRlocPeerAddrTo()
|
D | network_data_service.cpp | 349 … aInfo.mSockAddr.GetAddress().SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), in GetNextDnsSrpUnicastInfo()
|
D | mlr_manager.cpp | 412 messageInfo.GetPeerAddr().SetToRoutingLocator(mle.GetMeshLocalPrefix(), in SendMlrMessage()
|
D | dua_manager.cpp | 512 messageInfo.GetPeerAddr().SetToRoutingLocator(mle.GetMeshLocalPrefix(), in PerformNextRegistration()
|
D | mesh_forwarder_ftd.cpp | 562 … messageInfo.GetPeerAddr().SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), aMeshSource); in SendDestinationUnreachable()
|
D | address_resolver.cpp | 823 … destination.SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), child.GetRloc16()); in HandleTmf()
|
D | mle.cpp | 1026 aAddress.SetToRoutingLocator(mMeshLocalPrefix, GetLeaderRloc16()); in GetLeaderRloc() 3892 messageInfo.GetPeerAddr().SetToRoutingLocator(mMeshLocalPrefix, mPreviousParentRloc); in InformPreviousParent()
|
/openthread-latest/src/core/net/ |
D | ip6_address.hpp | 725 void SetToRoutingLocator(const NetworkPrefix &aNetworkPrefix, uint16_t aRloc16) in SetToRoutingLocator() function in ot::Ip6::Address
|
D | dhcp6_client.cpp | 271 …messageInfo.GetPeerAddr().SetToRoutingLocator(Get<Mle::MleRouter>().GetMeshLocalPrefix(), aRloc16); in Solicit()
|
/openthread-latest/src/core/backbone_router/ |
D | bbr_manager.cpp | 691 dest.SetToRoutingLocator(Get<Mle::MleRouter>().GetMeshLocalPrefix(), ndProxy->GetRloc16()); in HandleDadBackboneAnswer() 709 dest.SetToRoutingLocator(Get<Mle::MleRouter>().GetMeshLocalPrefix(), aSrcRloc16); in HandleExtendedBackboneAnswer()
|