Home
last modified time | relevance | path

Searched refs:OT_NAT64_STATE_ACTIVE (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/include/openthread/
Dnat64.h238OT_NAT64_STATE_ACTIVE, ///< The BR is publishing a NAT64 prefix and/or translating packets. enumerator
/openthread-3.6.0/src/core/net/
Dnat64_translator.hpp56 kStateActive = OT_NAT64_STATE_ACTIVE, ///< The component is running.
/openthread-3.6.0/src/posix/platform/
Dnetif.cpp925 if (otNat64GetTranslatorState(gInstance) == OT_NAT64_STATE_ACTIVE) in processNat64StateChange()
1360 if (isUp && otNat64GetTranslatorState(gInstance) == OT_NAT64_STATE_ACTIVE) in processNetifLinkEvent()
/openthread-3.6.0/src/cli/
Dcli.cpp693 static_assert(3 == OT_NAT64_STATE_ACTIVE, "OT_NAT64_STATE_ACTIVE value is incorrect"); in Process()