Home
last modified time | relevance | path

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

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