Searched refs:mMeshLocalEid (Results 1 – 6 of 6) sorted by relevance
106 … otIp6Address mMeshLocalEid; ///< Mesh Local EID (applicable if entry in cached state). member
529 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
107 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 …]
126 AsCoreType(&aInfo.mMeshLocalEid).SetPrefix(Get<Mle::MleRouter>().GetMeshLocalPrefix()); in GetNextCacheEntry()127 AsCoreType(&aInfo.mMeshLocalEid).SetIid(entry->GetMeshLocalIid()); in GetNextCacheEntry()
1203 SuccessOrExit(error = mEncoder.WriteIp6Address(entry.mMeshLocalEid)); in HandlePropertyGet()
2831 OutputIp6Address(aEntry.mMeshLocalEid); in OutputEidCacheEntry()