Home
last modified time | relevance | path

Searched refs:GetIfInErrors (Results 1 – 2 of 2) sorted by relevance

/openthread-latest/src/core/thread/
Dnetwork_diagnostic_tlvs.hpp360 uint32_t GetIfInErrors(void) const { return BigEndian::HostSwap32(mIfInErrors); } in GetIfInErrors() function in ot::NetworkDiagnostic::MacCountersTlv
Dnetwork_diagnostic.cpp1006 aMacCounters.mIfInErrors = aMacCountersTlv.GetIfInErrors(); in ParseMacCounters()