Home
last modified time | relevance | path

Searched refs:mDomainUnicastAddress (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Ddua_manager.cpp60 mDomainUnicastAddress.InitAsThreadOriginGlobalScope(); in DuaManager()
106 mDomainUnicastAddress.mPrefixLength = prefix->GetLength(); in HandleDomainPrefixUpdate()
107 mDomainUnicastAddress.GetAddress().Clear(); in HandleDomainPrefixUpdate()
108 mDomainUnicastAddress.GetAddress().SetPrefix(*prefix); in HandleDomainPrefixUpdate()
118 mDomainUnicastAddress.GetAddress().SetIid(mFixedDuaInterfaceIdentifier); in HandleDomainPrefixUpdate()
138 if ((error = Get<Utils::Slaac>().GenerateIid(mDomainUnicastAddress, dadCounter)) == kErrorNone) in GenerateDomainUnicastAddressIid()
146 LogInfo("Generated DUA: %s", mDomainUnicastAddress.GetAddress().ToString().AsCString()); in GenerateDomainUnicastAddressIid()
169 mDomainUnicastAddress.GetAddress().SetIid(mFixedDuaInterfaceIdentifier); in SetFixedDuaInterfaceIdentifier()
223 Get<ThreadNetif>().AddUnicastAddress(mDomainUnicastAddress); in AddDomainUnicastAddress()
234 mDomainUnicastAddress.mPreferred = false; in RemoveDomainUnicastAddress()
[all …]
Ddua_manager.hpp117 …const Ip6::Address &GetDomainUnicastAddress(void) const { return mDomainUnicastAddress.GetAddress(… in GetDomainUnicastAddress()
241 Ip6::Netif::UnicastAddress mDomainUnicastAddress; member in ot::DuaManager