Home
last modified time | relevance | path

Searched refs:GenerateIid (Results 1 – 3 of 3) sorted by relevance

/openthread-latest/src/core/utils/
Dslaac_address.cpp351 IgnoreError(GenerateIid(*newAddress, dadCounter)); in AddAddressFor()
406 Error Slaac::GenerateIid(Ip6::Netif::UnicastAddress &aAddress, uint8_t &aDadCounter) const in GenerateIid() function in ot::Utils::Slaac
Dslaac_address.hpp135 Error GenerateIid(Ip6::Netif::UnicastAddress &aAddress, uint8_t &aDadCounter) const;
/openthread-latest/src/core/thread/
Ddua_manager.cpp138 if ((error = Get<Utils::Slaac>().GenerateIid(mDomainUnicastAddress, dadCounter)) == kErrorNone) in GenerateDomainUnicastAddressIid()