Lines Matching refs:mMeshLocalEid
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()
1135 mMeshLocalEid.GetAddress().GetIid().GenerateRandom(); in HandleNotifierEvents()
1137 Get<ThreadNetif>().AddUnicastAddress(mMeshLocalEid); in HandleNotifierEvents()