Home
last modified time | relevance | path

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

/openthread-2.7.6/include/openthread/
Dthread.h147 typedef struct otIpCounters struct
153 } otIpCounters; typedef
815 const otIpCounters *otThreadGetIp6Counters(otInstance *aInstance);
/openthread-2.7.6/src/core/thread/
Dmesh_forwarder.hpp294 const otIpCounters &GetCounters(void) const { return mIpCounters; } in GetCounters()
581 otIpCounters mIpCounters;
/openthread-2.7.6/src/core/api/
Dthread_api.cpp509 const otIpCounters *otThreadGetIp6Counters(otInstance *aInstance) in otThreadGetIp6Counters()
/openthread-2.7.6/src/cli/
Dcli.cpp1298 const uint32_t otIpCounters::*mValuePtr; in ProcessCounters()
1303 {&otIpCounters::mTxSuccess, "TxSuccess"}, in ProcessCounters()
1304 {&otIpCounters::mTxFailure, "TxFailed"}, in ProcessCounters()
1305 {&otIpCounters::mRxSuccess, "RxSuccess"}, in ProcessCounters()
1306 {&otIpCounters::mRxFailure, "RxFailed"}, in ProcessCounters()
1309 const otIpCounters *ipCounters = otThreadGetIp6Counters(mInstance); in ProcessCounters()
/openthread-2.7.6/src/ncp/
Dncp_base_mtd.cpp2825 const otIpCounters *counters = otThreadGetIp6Counters(mInstance); in HandlePropertyGet()