Home
last modified time | relevance | path

Searched refs:mDroppedInboundIpFrameCounter (Results 1 – 3 of 3) sorted by relevance

/openthread-3.4.0/src/ncp/
Dncp_base.hpp605 uint32_t mDroppedInboundIpFrameCounter; // Number of dropped inbound data/IP frames. member in ot::Ncp::NcpBase
Dncp_base.cpp251 , mDroppedInboundIpFrameCounter(0) in NcpBase()
319 mDroppedInboundIpFrameCounter = 0; in ResetCounters()
Dncp_base_mtd.cpp2280 mDroppedInboundIpFrameCounter++; in HandlePropertySet()
2630 return mEncoder.WriteUint32(mDroppedInboundIpFrameCounter); in HandlePropertyGet()
3316 mDroppedInboundIpFrameCounter++; in HandlePropertySet()