Home
last modified time | relevance | path

Searched refs:otMleCounters (Results 1 – 5 of 5) sorted by relevance

/openthread-3.6.0/include/openthread/
Dthread.h170 typedef struct otMleCounters struct
203 } otMleCounters; argument
970 const otMleCounters *otThreadGetMleCounters(otInstance *aInstance);
/openthread-3.6.0/src/cli/
Dcli.cpp2219 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/
Dmle_types.hpp597 typedef otMleCounters Counters;
/openthread-3.6.0/src/core/api/
Dthread_api.cpp464 const otMleCounters *otThreadGetMleCounters(otInstance *aInstance) in otThreadGetMleCounters()
/openthread-3.6.0/src/ncp/
Dncp_base_mtd.cpp2781 const otMleCounters *counters = otThreadGetMleCounters(mInstance); in HandlePropertyGet()