Home
last modified time | relevance | path

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

/openthread-latest/src/core/thread/
Dnetwork_diagnostic_tlvs.hpp343 uint32_t GetIfInUnknownProtos(void) const { return BigEndian::HostSwap32(mIfInUnknownProtos); } in GetIfInUnknownProtos() function in ot::NetworkDiagnostic::MacCountersTlv
Dnetwork_diagnostic.cpp1005 aMacCounters.mIfInUnknownProtos = aMacCountersTlv.GetIfInUnknownProtos(); in ParseMacCounters()