Lines Matching refs:GetAddress
105 mLinkLocalAddress.GetAddress().SetToLinkLocalAddress(Get<Mac::Mac>().GetExtAddress()); in Mle()
108 mMeshLocalEid.GetAddress().GetIid().GenerateRandom(); in Mle()
111 mMeshLocalRloc.GetAddress().GetIid().SetToLocator(0); in Mle()
115 mLinkLocalAllThreadNodes.GetAddress().mFields.m16[0] = BigEndian::HostSwap16(0xff32); in Mle()
116 mLinkLocalAllThreadNodes.GetAddress().mFields.m16[7] = BigEndian::HostSwap16(0x0001); in Mle()
119 mRealmLocalAllThreadNodes.GetAddress().mFields.m16[0] = BigEndian::HostSwap16(0xff33); in Mle()
120 mRealmLocalAllThreadNodes.GetAddress().mFields.m16[7] = BigEndian::HostSwap16(0x0001); in Mle()
416 mMeshLocalEid.GetAddress().SetIid(networkInfo.GetMeshLocalIid()); in Restore()
482 networkInfo.SetMeshLocalIid(mMeshLocalEid.GetAddress().GetIid()); in Store()
901 mLinkLocalAddress.GetAddress().GetIid().SetFromExtAddress(Get<Mac::Mac>().GetExtAddress()); in UpdateLinkLocalAddress()
933 mMeshLocalEid.GetAddress().SetPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
934 mMeshLocalRloc.GetAddress().SetPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
935 mLinkLocalAllThreadNodes.GetAddress().SetMulticastNetworkPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
936 mRealmLocalAllThreadNodes.GetAddress().SetMulticastNetworkPrefix(mMeshLocalPrefix); in SetMeshLocalPrefix()
955 mMeshLocalEid.GetAddress().SetIid(aMlIid); in SetMeshLocalIid()
971 (mMeshLocalRloc.GetAddress().GetIid().GetLocator() != aRloc16)) in SetRloc16()
974 Get<Tmf::Agent>().ClearRequests(mMeshLocalRloc.GetAddress()); in SetRloc16()
985 mMeshLocalRloc.GetAddress().GetIid().SetLocator(aRloc16); in SetRloc16()
1058 if (!addr.GetAddress().IsLinkLocalUnicast() && !IsRoutingLocator(addr.GetAddress()) && in HasUnregisteredAddress()
1059 !IsAnycastLocator(addr.GetAddress()) && addr.GetAddress() != GetMeshLocalEid()) in HasUnregisteredAddress()
1133 if (!Get<ThreadNetif>().HasUnicastAddress(mMeshLocalEid.GetAddress())) in HandleNotifierEvents()
1135 mMeshLocalEid.GetAddress().GetIid().GenerateRandom(); in HandleNotifierEvents()
1238 GetAddress().GetIid().SetToLocator(kNotInUse); in ServiceAloc()
4989 if (addr.GetAddress().IsLoopback() || addr.GetAddress().IsLinkLocalUnicast() || in AppendAddressRegistrationTlv()
4990 …Get<Mle>().IsRoutingLocator(addr.GetAddress()) || Get<Mle>().IsAnycastLocator(addr.GetAddress()) || in AppendAddressRegistrationTlv()
4991 addr.GetAddress() == Get<Mle>().GetMeshLocalEid()) in AppendAddressRegistrationTlv()
4997 if (addr.GetAddress() == Get<DuaManager>().GetDomainUnicastAddress()) in AppendAddressRegistrationTlv()
5003 if (Get<NetworkData::Leader>().GetContext(addr.GetAddress(), context) == kErrorNone) in AppendAddressRegistrationTlv()
5005 … SuccessOrExit(error = AppendCompressedAddressEntry(context.mContextId, addr.GetAddress())); in AppendAddressRegistrationTlv()
5009 SuccessOrExit(error = AppendAddressEntry(addr.GetAddress())); in AppendAddressRegistrationTlv()
5033 if (Get<Mle>().IsRxOnWhenIdle() && !addr.GetAddress().IsMulticastLargerThanRealmLocal()) in AppendAddressRegistrationTlv()
5039 SuccessOrExit(error = AppendAddressEntry(addr.GetAddress())); in AppendAddressRegistrationTlv()
5204 messageInfo.SetSockAddr(Get<Mle>().mLinkLocalAddress.GetAddress()); in SendTo()