Home
last modified time | relevance | path

Searched refs:OT_ADDRESS_ORIGIN_MANUAL (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/src/core/net/
Dnetif.hpp97 kOriginManual = OT_ADDRESS_ORIGIN_MANUAL, ///< Manually assigned address
/openthread-latest/include/openthread/
Dip6.h163 OT_ADDRESS_ORIGIN_MANUAL = 3, ///< Manually assigned address enumerator
/openthread-latest/src/cli/
Dcli_utils.cpp780 static_assert(3 == OT_ADDRESS_ORIGIN_MANUAL, "OT_ADDRESS_ORIGIN_MANUAL value is incorrect"); in AddressOriginToString()
Dcli.cpp3349 address.mAddressOrigin = OT_ADDRESS_ORIGIN_MANUAL; in Process()
/openthread-latest/tests/unit/
Dtest_dns_client.cpp602 netifAddr.mAddressOrigin = OT_ADDRESS_ORIGIN_MANUAL; in TestDnsClient()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2042 netifAddr.mAddressOrigin = OT_ADDRESS_ORIGIN_MANUAL; in HandlePropertyInsert()