Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dnat64.h222 OT_NAT64_STATE_IDLE, ///< NAT64 is enabled, but this BR is not an active NAT64 BR. enumerator
/openthread-latest/src/core/net/
Dnat64_translator.hpp54 …kStateIdle = OT_NAT64_STATE_IDLE, ///< NAT64 is enabled, but this BR is not an active…
/openthread-latest/src/cli/
Dcli.cpp794 static_assert(2 == OT_NAT64_STATE_IDLE, "OT_NAT64_STATE_IDLE value is incorrect"); in Process()