Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnat64.h220 OT_NAT64_STATE_DISABLED = 0, ///< NAT64 is disabled. enumerator
/openthread-latest/src/core/net/
Dnat64_translator.hpp52 kStateDisabled = OT_NAT64_STATE_DISABLED, ///< The component is disabled.
/openthread-latest/src/cli/
Dcli.cpp792 static_assert(0 == OT_NAT64_STATE_DISABLED, "OT_NAT64_STATE_DISABLED value is incorrect"); in Process()