Home
last modified time | relevance | path

Searched refs:mMeshLocalEid (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/include/openthread/
Dthread_ftd.h106 … otIp6Address mMeshLocalEid; ///< Mesh Local EID (applicable if entry in cached state). member
/openthread-latest/src/core/thread/
Dmle.hpp529 const Ip6::Address &GetMeshLocalEid(void) const { return mMeshLocalEid.GetAddress(); } in GetMeshLocalEid()
536 Ip6::Netif::UnicastAddress &GetMeshLocalEidUnicastAddress(void) { return mMeshLocalEid; } in GetMeshLocalEidUnicastAddress()
1517 Ip6::Netif::UnicastAddress mMeshLocalEid; member in ot::Mle::Mle
Dmle.cpp107 mMeshLocalEid.InitAsThreadOriginMeshLocal(); in Mle()
108 mMeshLocalEid.GetAddress().GetIid().GenerateRandom(); in Mle()
173 Get<ThreadNetif>().AddUnicastAddress(mMeshLocalEid); in Start()
228 Get<ThreadNetif>().RemoveUnicastAddress(mMeshLocalEid); in Stop()
416 mMeshLocalEid.GetAddress().SetIid(networkInfo.GetMeshLocalIid()); in Restore()
482 networkInfo.SetMeshLocalIid(mMeshLocalEid.GetAddress().GetIid()); in Store()
933 mMeshLocalEid.GetAddress().SetPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
953 VerifyOrExit(!Get<ThreadNetif>().HasUnicastAddress(mMeshLocalEid), error = kErrorInvalidState); in SetMeshLocalIid()
955 mMeshLocalEid.GetAddress().SetIid(aMlIid); in SetMeshLocalIid()
1133 if (!Get<ThreadNetif>().HasUnicastAddress(mMeshLocalEid.GetAddress())) in HandleNotifierEvents()
[all …]
Daddress_resolver.cpp126 AsCoreType(&aInfo.mMeshLocalEid).SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in GetNextCacheEntry()
127 AsCoreType(&aInfo.mMeshLocalEid).SetIid(entry->GetMeshLocalIid()); in GetNextCacheEntry()
/openthread-latest/src/ncp/
Dncp_base_ftd.cpp1203 SuccessOrExit(error = mEncoder.WriteIp6Address(entry.mMeshLocalEid)); in HandlePropertyGet()
/openthread-latest/src/cli/
Dcli.cpp2831 OutputIp6Address(aEntry.mMeshLocalEid); in OutputEidCacheEntry()