Searched refs:GetCounters (Results 1 – 6 of 6) sorted by relevance
513 return &instance.Get<MeshForwarder>().GetCounters(); in otThreadGetIp6Counters()527 return &instance.Get<Mle::MleRouter>().GetCounters(); in otThreadGetMleCounters()
418 return &instance.Get<Mac::Mac>().GetCounters(); in otLinkGetCounters()
587 otMacCounters &GetCounters(void) { return mCounters; } in GetCounters() function in ot::Mac::Mac
294 const otIpCounters &GetCounters(void) const { return mIpCounters; } in GetCounters() function in ot::MeshForwarder
677 const otMleCounters &GetCounters(void) const { return mCounters; } in GetCounters() function in ot::Mle::Mle
266 const otMacCounters &macCounters = Get<Mac::Mac>().GetCounters(); in FillMacCountersTlv()