Searched refs:GetMeshLocalIid (Results 1 – 10 of 10) sorted by relevance
/openthread-latest/src/core/thread/ |
D | child.hpp | 169 const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mMeshLocalIid; } in GetMeshLocalIid() function in ot::Child
|
D | address_resolver.cpp | 127 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()
|
D | address_resolver.hpp | 257 …const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mInfo.mCached.mMeshLocalIid; } in GetMeshLocalIid() function in ot::AddressResolver::CacheEntry
|
D | dua_manager.cpp | 496 … SuccessOrExit(error = Tlv::Append<ThreadMeshLocalEidTlv>(*message, child->GetMeshLocalIid())); in PerformNextRegistration()
|
D | mle.cpp | 416 mMeshLocalEid.GetAddress().SetIid(networkInfo.GetMeshLocalIid()); in Restore()
|
/openthread-latest/src/core/backbone_router/ |
D | bbr_manager.cpp | 624 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()
|
D | ndproxy_table.hpp | 91 const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mMeshLocalIid; } in GetMeshLocalIid() function in ot::BackboneRouter::NdProxyTable::NdProxy
|
D | ndproxy_table.cpp | 322 GetDua(aNdProxy), aNdProxy.GetMeshLocalIid(), aNdProxy.GetTimeSinceLastTransaction())); in NotifyDuaRegistrationOnBackboneLink()
|
/openthread-latest/src/core/common/ |
D | settings.hpp | 276 const Ip6::InterfaceIdentifier &GetMeshLocalIid(void) const { return mMlIid; } in GetMeshLocalIid() function in ot::SettingsBase::NetworkInfo
|
D | settings.cpp | 57 …ToUlong(GetMleFrameCounter()), ToUlong(GetMacFrameCounter()), GetMeshLocalIid().ToString().AsCStri… in Log()
|