Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_diagnostic_tlvs.hpp374 uint32_t GetIfOutErrors(void) const { return BigEndian::HostSwap32(mIfOutErrors); } in GetIfOutErrors() function in ot::NetworkDiagnostic::MacCountersTlv
Dnetwork_diagnostic.cpp1007 aMacCounters.mIfOutErrors = aMacCountersTlv.GetIfOutErrors(); in ParseMacCounters()