Home
last modified time | relevance | path

Searched refs:mIfInErrors (Results 1 – 4 of 4) sorted by relevance

/openthread-3.4.0/src/core/thread/
Dnetwork_diagnostic_tlvs.hpp364 uint32_t GetIfInErrors(void) const { return HostSwap32(mIfInErrors); } in GetIfInErrors()
372 void SetIfInErrors(const uint32_t aIfInErrors) { mIfInErrors = HostSwap32(aIfInErrors); } in SetIfInErrors()
493 uint32_t mIfInErrors; member in ot::NetworkDiagnostic::MacCountersTlv
Dnetwork_diagnostic.cpp630 aMacCounters.mIfInErrors = aMacCountersTlv.GetIfInErrors(); in ParseMacCounters()
/openthread-3.4.0/include/openthread/
Dnetdiag.h194 uint32_t mIfInErrors; member
/openthread-3.4.0/src/cli/
Dcli.cpp8374 OutputLine(aIndentSize, "IfInErrors: %lu", ToUlong(aMacCounters.mIfInErrors)); in OutputNetworkDiagMacCounters()