Home
last modified time | relevance | path

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

/openthread-latest/src/core/net/
Dnetif.hpp96 kOriginDhcp6 = OT_ADDRESS_ORIGIN_DHCPV6, ///< DHCPv6 assigned address
/openthread-latest/include/openthread/
Dip6.h162 OT_ADDRESS_ORIGIN_DHCPV6 = 2, ///< DHCPv6 assigned address enumerator
/openthread-latest/src/cli/
Dcli_utils.cpp779 static_assert(2 == OT_ADDRESS_ORIGIN_DHCPV6, "OT_ADDRESS_ORIGIN_DHCPV6 value is incorrect"); in AddressOriginToString()