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