Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Ddua_manager.cpp136 uint8_t dadCounter = mDadCounter; in GenerateDomainUnicastAddressIid() local
138 if ((error = Get<Utils::Slaac>().GenerateIid(mDomainUnicastAddress, dadCounter)) == kErrorNone) in GenerateDomainUnicastAddressIid()
140 if (dadCounter != mDadCounter) in GenerateDomainUnicastAddressIid()
142 mDadCounter = dadCounter; in GenerateDomainUnicastAddressIid()
/openthread-latest/src/core/utils/
Dslaac_address.cpp309 uint8_t dadCounter = 0; in AddAddressFor() local
351 IgnoreError(GenerateIid(*newAddress, dadCounter)); in AddAddressFor()