Home
last modified time | relevance | path

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

/openthread-3.4.0/include/openthread/
Dinstance.h193 OT_CHANGED_THREAD_NETIF_STATE = 1 << 24, ///< Thread network interface state changed enumerator
/openthread-3.4.0/src/core/common/
Dnotifier.hpp93 …kEventThreadNetifStateChanged = OT_CHANGED_THREAD_NETIF_STATE, ///< Netif state…
/openthread-3.4.0/src/posix/platform/
Dnetif.cpp922 if (OT_CHANGED_THREAD_NETIF_STATE & aFlags) in platformNetifStateChange()