Home
last modified time | relevance | path

Searched refs:GetCounters (Results 1 – 6 of 6) sorted by relevance

/openthread-2.7.6/src/core/api/
Dthread_api.cpp513 return &instance.Get<MeshForwarder>().GetCounters(); in otThreadGetIp6Counters()
527 return &instance.Get<Mle::MleRouter>().GetCounters(); in otThreadGetMleCounters()
Dlink_api.cpp418 return &instance.Get<Mac::Mac>().GetCounters(); in otLinkGetCounters()
/openthread-2.7.6/src/core/mac/
Dmac.hpp587 otMacCounters &GetCounters(void) { return mCounters; } in GetCounters() function in ot::Mac::Mac
/openthread-2.7.6/src/core/thread/
Dmesh_forwarder.hpp294 const otIpCounters &GetCounters(void) const { return mIpCounters; } in GetCounters() function in ot::MeshForwarder
Dmle.hpp677 const otMleCounters &GetCounters(void) const { return mCounters; } in GetCounters() function in ot::Mle::Mle
Dnetwork_diagnostic.cpp266 const otMacCounters &macCounters = Get<Mac::Mac>().GetCounters(); in FillMacCountersTlv()