Searched refs:macCounters (Results 1 – 1 of 1) sorted by relevance
2348 const otMacCounters *macCounters = otLinkGetCounters(GetInstancePtr()); in Process() local2350 OutputLine("TxTotal: %lu", ToUlong(macCounters->mTxTotal)); in Process()2354 … OutputLine(kIndentSize, "%s: %lu", counter.mName, ToUlong(macCounters->*counter.mValuePtr)); in Process()2357 OutputLine("RxTotal: %lu", ToUlong(macCounters->mRxTotal)); in Process()2361 … OutputLine(kIndentSize, "%s: %lu", counter.mName, ToUlong(macCounters->*counter.mValuePtr)); in Process()