Home
last modified time | relevance | path

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

/openthread-3.6.0/include/openthread/
Dnat64.h236OT_NAT64_STATE_NOT_RUNNING, ///< NAT64 is enabled, but one or more dependencies of NAT64 are not … enumerator
/openthread-3.6.0/src/core/net/
Dnat64_translator.hpp54 … kStateNotRunning = OT_NAT64_STATE_NOT_RUNNING, ///< The component is enabled, but is not running.
/openthread-3.6.0/src/cli/
Dcli.cpp691 … static_assert(1 == OT_NAT64_STATE_NOT_RUNNING, "OT_NAT64_STATE_NOT_RUNNING value is incorrect"); in Process()