Searched refs:OT_NAT64_STATE_ACTIVE (Results 1 – 4 of 4) sorted by relevance
223 … OT_NAT64_STATE_ACTIVE, ///< The BR is publishing a NAT64 prefix and/or translating packets. enumerator
55 kStateActive = OT_NAT64_STATE_ACTIVE, ///< The component is running.
1005 if (otNat64GetTranslatorState(gInstance) == OT_NAT64_STATE_ACTIVE) in processNat64StateChange()1441 if (isUp && otNat64GetTranslatorState(gInstance) == OT_NAT64_STATE_ACTIVE) in processNetifLinkEvent()
795 static_assert(3 == OT_NAT64_STATE_ACTIVE, "OT_NAT64_STATE_ACTIVE value is incorrect"); in Process()