Home
last modified time | relevance | path

Searched refs:GetMeshLocalIid (Results 1 – 10 of 10) sorted by relevance

/openthread-latest/src/core/thread/
Dchild.hpp169 const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mMeshLocalIid; } in GetMeshLocalIid() function in ot::Child
Daddress_resolver.cpp127 AsCoreType(&aInfo.mMeshLocalEid).SetIid(entry->GetMeshLocalIid()); in GetNextCacheEntry()
691 …VerifyOrExit(entry->GetMeshLocalIid() == meshLocalIid, SendAddressError(target, meshLocalIid, null… in HandleTmf()
872 …SendAddressQueryResponse(target, child.GetMeshLocalIid(), &lastTransactionTime, aMessageInfo.GetPe… in HandleTmf()
Daddress_resolver.hpp257 …const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mInfo.mCached.mMeshLocalIid; } in GetMeshLocalIid() function in ot::AddressResolver::CacheEntry
Ddua_manager.cpp496 … SuccessOrExit(error = Tlv::Append<ThreadMeshLocalEidTlv>(*message, child->GetMeshLocalIid())); in PerformNextRegistration()
Dmle.cpp416 mMeshLocalEid.GetAddress().SetIid(networkInfo.GetMeshLocalIid()); in Restore()
/openthread-latest/src/core/backbone_router/
Dbbr_manager.cpp624 return SendBackboneAnswer(aQueryMessageInfo.GetPeerAddr(), aDua, aNdProxy.GetMeshLocalIid(), in SendBackboneAnswer()
685 duplicate = ndProxy->GetMeshLocalIid() != aMeshLocalIid; in HandleDadBackboneAnswer()
727 if (ndProxy->GetMeshLocalIid() == aMeshLocalIid) in HandleProactiveBackboneNotification()
737 IgnoreError(SendProactiveBackboneNotification(aDua, ndProxy->GetMeshLocalIid(), in HandleProactiveBackboneNotification()
Dndproxy_table.hpp91 const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mMeshLocalIid; } in GetMeshLocalIid() function in ot::BackboneRouter::NdProxyTable::NdProxy
Dndproxy_table.cpp322 GetDua(aNdProxy), aNdProxy.GetMeshLocalIid(), aNdProxy.GetTimeSinceLastTransaction())); in NotifyDuaRegistrationOnBackboneLink()
/openthread-latest/src/core/common/
Dsettings.hpp276 const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mMlIid; } in GetMeshLocalIid() function in ot::SettingsBase::NetworkInfo
Dsettings.cpp57 …ToUlong(GetMleFrameCounter()), ToUlong(GetMacFrameCounter()), GetMeshLocalIid().ToString().AsCStri… in Log()