Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnetif.hpp95 kOriginSlaac = OT_ADDRESS_ORIGIN_SLAAC, ///< SLAAC assigned address
/openthread-latest/include/openthread/
Dip6.h161 OT_ADDRESS_ORIGIN_SLAAC = 1, ///< SLAAC assigned address enumerator
/openthread-latest/src/cli/
Dcli_utils.cpp778 static_assert(1 == OT_ADDRESS_ORIGIN_SLAAC, "OT_ADDRESS_ORIGIN_SLAAC value is incorrect"); in AddressOriginToString()