Searched refs:dadCounter (Results 1 – 2 of 2) sorted by relevance
136 uint8_t dadCounter = mDadCounter; in GenerateDomainUnicastAddressIid() local138 if ((error = Get<Utils::Slaac>().GenerateIid(mDomainUnicastAddress, dadCounter)) == kErrorNone) in GenerateDomainUnicastAddressIid()140 if (dadCounter != mDadCounter) in GenerateDomainUnicastAddressIid()142 mDadCounter = dadCounter; in GenerateDomainUnicastAddressIid()
309 uint8_t dadCounter = 0; in AddAddressFor() local351 IgnoreError(GenerateIid(*newAddress, dadCounter)); in AddAddressFor()