Home
last modified time | relevance | path

Searched refs:GetMeshLocalPrefix (Results 1 – 22 of 22) sorted by relevance

/openthread-2.7.6/src/core/net/
Dnd_agent.cpp108 … mAloc.GetAddress().SetToAnycastLocator(Get<Mle::MleRouter>().GetMeshLocalPrefix(), rloc); in UpdateService()
123 mAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
Ddhcp6_server.cpp170 newEntry->Set(aIp6Prefix, Get<Mle::MleRouter>().GetMeshLocalPrefix(), aContext.mContextId); in AddPrefixAgent()
498 entry->GetAloc().GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
Ddhcp6_client.cpp279 …messageInfo.GetPeerAddr().SetToRoutingLocator(Get<Mle::MleRouter>().GetMeshLocalPrefix(), aRloc16); in Solicit()
/openthread-2.7.6/src/core/backbone_router/
Dbbr_local.cpp218 … mAllNetworkBackboneRouters.SetMulticastNetworkPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in SetState()
228 … mBackboneRouterPrimaryAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in SetState()
344 … mAllNetworkBackboneRouters.SetMulticastNetworkPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
350 … mBackboneRouterPrimaryAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
Dbbr_manager.cpp734 dest.SetToRoutingLocator(Get<Mle::MleRouter>().GetMeshLocalPrefix(), ndProxy->GetRloc16()); in HandleDadBackboneAnswer()
752 dest.SetToRoutingLocator(Get<Mle::MleRouter>().GetMeshLocalPrefix(), aSrcRloc16); in HandleExtendedBackboneAnswer()
/openthread-2.7.6/src/core/meshcop/
Ddataset.cpp119 …VerifyOrExit(aOther.IsMeshLocalPrefixPresent() && GetMeshLocalPrefix() == aOther.GetMeshLocalPrefi… in IsSubsetOf()
222 …DatasetInfo.SetMeshLocalPrefix(static_cast<const MeshLocalPrefixTlv *>(cur)->GetMeshLocalPrefix()); in ConvertTo()
335 IgnoreError(SetTlv(Tlv::kMeshLocalPrefix, aDatasetInfo.GetMeshLocalPrefix())); in SetFrom()
587 static_cast<const MeshLocalPrefixTlv *>(cur)->GetMeshLocalPrefix()); in ApplyConfiguration()
Ddataset_manager_ftd.cpp149 meshLocalPrefix != Get<Mle::MleRouter>().GetMeshLocalPrefix()) in HandleSet()
351 … IgnoreError(dataset.SetTlv(Tlv::kMeshLocalPrefix, Get<Mle::MleRouter>().GetMeshLocalPrefix())); in GenerateLocal()
Ddataset.hpp377 const Mle::MeshLocalPrefix &GetMeshLocalPrefix(void) const in GetMeshLocalPrefix() function in ot::MeshCoP::Dataset::Info
Djoiner_router.cpp329 …xit(error = Tlv::Append<MeshLocalPrefixTlv>(*message, Get<Mle::MleRouter>().GetMeshLocalPrefix())); in PrepareJoinerEntrustMessage()
Dborder_agent.cpp671 mCommissionerAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
Dmeshcop_tlvs.hpp718 const Mle::MeshLocalPrefix &GetMeshLocalPrefix(void) const { return mMeshLocalPrefix; } in GetMeshLocalPrefix() function in ot::MeshCoP::MeshLocalPrefixTlv
Dcommissioner.cpp1208 mCommissionerAloc.GetAddress().SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
/openthread-2.7.6/src/core/thread/
Dnetwork_data_service.cpp167 aInfo.mAnycastAddress.SetToAnycastLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), in GetNextDnsSrpAnycastInfo()
225 … aInfo.mSockAddr.GetAddress().SetToRoutingLocator(Get<Mle::Mle>().GetMeshLocalPrefix(), in GetNextDnsSrpUnicastInfo()
Dnetwork_data_types.cpp49 …eturn aPrefix.IsValid() && !aPrefix.ContainsPrefix(aInstance.Get<Mle::Mle>().GetMeshLocalPrefix()); in IsPrefixValid()
Dnetwork_data_leader.cpp121 aContext.mPrefix.Set(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in GetContext()
154 aContext.mPrefix.Set(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in GetContext()
Ddua_manager.cpp513 messageInfo.GetPeerAddr().SetToRoutingLocator(mle.GetMeshLocalPrefix(), in PerformNextRegistration()
724 …messageInfo.GetPeerAddr().SetToRoutingLocator(Get<Mle::MleRouter>().GetMeshLocalPrefix(), aChild.G… in SendAddressNotification()
Dtopology.cpp315 aAddress.SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in GetMeshLocalIp6Address()
Dmle.cpp810 VerifyOrExit(GetMeshLocalPrefix() != aMeshLocalPrefix, in SetMeshLocalPrefix()
852 mLinkLocalAllThreadNodes.GetAddress().SetMulticastNetworkPrefix(GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
853 mRealmLocalAllThreadNodes.GetAddress().SetMulticastNetworkPrefix(GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
896 serviceAloc.GetAddress().SetPrefix(GetMeshLocalPrefix()); in ApplyMeshLocalPrefix()
975 …aAddress.SetToRoutingLocator(GetMeshLocalPrefix(), Rloc16FromRouterId(mLeaderData.GetLeaderRouterI… in GetLeaderAddress()
999 aAddress.SetToAnycastLocator(GetMeshLocalPrefix(), ServiceAlocFromId(aServiceId)); in GetServiceAloc()
4065 return (aAddress.GetPrefix() == GetMeshLocalPrefix()); in IsMeshLocalAddress()
Dmlr_manager.cpp440 messageInfo.GetPeerAddr().SetToRoutingLocator(mle.GetMeshLocalPrefix(), in SendMulticastListenerRegistrationMessage()
Dmle.hpp338 const MeshLocalPrefix &GetMeshLocalPrefix(void) const in GetMeshLocalPrefix() function in ot::Mle::Mle
Daddress_resolver.cpp142 …ic_cast<Ip6::Address &>(aInfo.mMeshLocalEid).SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in GetNextCacheEntry()
/openthread-2.7.6/src/core/api/
Dthread_api.cpp157 return &instance.Get<Mle::MleRouter>().GetMeshLocalPrefix(); in otThreadGetMeshLocalPrefix()