Home
last modified time | relevance | path

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

/openthread-latest/include/openthread/
Dthread.h925 const otMleCounters *otThreadGetMleCounters(otInstance *aInstance);
/openthread-latest/src/core/api/
Dthread_api.cpp471 const otMleCounters *otThreadGetMleCounters(otInstance *aInstance) in otThreadGetMleCounters() function
/openthread-latest/src/cli/
Dcli.cpp2426 const otMleCounters *mleCounters = otThreadGetMleCounters(GetInstancePtr()); in Process()
/openthread-latest/src/ncp/
Dncp_base_mtd.cpp2880 const otMleCounters *counters = otThreadGetMleCounters(mInstance); in HandlePropertyGet()