Home
last modified time | relevance | path

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

/external/openthread/src/ncp/
Dncp_base.hpp641 uint32_t mDroppedInboundIpFrameCounter; // Number of dropped inbound data/IP frames. member in ot::Ncp::NcpBase
Dncp_base.cpp254 , mDroppedInboundIpFrameCounter(0) in NcpBase()
329 mDroppedInboundIpFrameCounter = 0; in ResetCounters()
Dncp_base_mtd.cpp2279 mDroppedInboundIpFrameCounter++; in HandlePropertySet()
2633 return mEncoder.WriteUint32(mDroppedInboundIpFrameCounter); in HandlePropertyGet()
3319 mDroppedInboundIpFrameCounter++; in HandlePropertySet()