Home
last modified time | relevance | path

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

/openthread-3.5.0/include/openthread/
Dinstance.h198 #define OT_CHANGED_THREAD_NETIF_STATE (1U << 24) ///< Thread network interface state chan… macro
/openthread-3.5.0/src/core/common/
Dnotifier.hpp93 …kEventThreadNetifStateChanged = OT_CHANGED_THREAD_NETIF_STATE, ///< Netif state…
/openthread-3.5.0/src/posix/platform/
Dnetif.cpp957 if (OT_CHANGED_THREAD_NETIF_STATE & aFlags) in platformNetifStateChange()
974 if ((OT_CHANGED_NAT64_TRANSLATOR_STATE | OT_CHANGED_THREAD_NETIF_STATE) & aFlags) in platformNetifStateChange()