Searched refs:otMleCounters (Results 1 – 5 of 5) sorted by relevance
/openthread-3.6.0/include/openthread/ |
D | thread.h | 170 typedef struct otMleCounters struct 203 } otMleCounters; argument 970 const otMleCounters *otThreadGetMleCounters(otInstance *aInstance);
|
/openthread-3.6.0/src/cli/ |
D | cli.cpp | 2219 const uint16_t otMleCounters::*mValuePtr; in Process() 2224 {&otMleCounters::mDisabledRole, "Role Disabled"}, in Process() 2225 {&otMleCounters::mDetachedRole, "Role Detached"}, in Process() 2226 {&otMleCounters::mChildRole, "Role Child"}, in Process() 2227 {&otMleCounters::mRouterRole, "Role Router"}, in Process() 2228 {&otMleCounters::mLeaderRole, "Role Leader"}, in Process() 2229 {&otMleCounters::mAttachAttempts, "Attach Attempts"}, in Process() 2230 {&otMleCounters::mPartitionIdChanges, "Partition Id Changes"}, in Process() 2231 … {&otMleCounters::mBetterPartitionAttachAttempts, "Better Partition Attach Attempts"}, in Process() 2232 {&otMleCounters::mParentChanges, "Parent Changes"}, in Process() [all …]
|
/openthread-3.6.0/src/core/thread/ |
D | mle_types.hpp | 597 typedef otMleCounters Counters;
|
/openthread-3.6.0/src/core/api/ |
D | thread_api.cpp | 464 const otMleCounters *otThreadGetMleCounters(otInstance *aInstance) in otThreadGetMleCounters()
|
/openthread-3.6.0/src/ncp/ |
D | ncp_base_mtd.cpp | 2781 const otMleCounters *counters = otThreadGetMleCounters(mInstance); in HandlePropertyGet()
|