Home
last modified time | relevance | path

Searched refs:otThreadGetMleCounters (Results 1 – 4 of 4) sorted by relevance

/openthread-3.6.0/include/openthread/
Dthread.h970 const otMleCounters *otThreadGetMleCounters(otInstance *aInstance);
/openthread-3.6.0/src/core/api/
Dthread_api.cpp464 const otMleCounters *otThreadGetMleCounters(otInstance *aInstance) in otThreadGetMleCounters() function
/openthread-3.6.0/src/cli/
Dcli.cpp2235 const otMleCounters *mleCounters = otThreadGetMleCounters(GetInstancePtr()); in Process()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp2781 const otMleCounters *counters = otThreadGetMleCounters(mInstance); in HandlePropertyGet()