Home
last modified time | relevance | path

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

/openthread-latest/src/ncp/
Dncp_base.hpp802 uint32_t mDroppedInboundIpFrameCounter; // Number of dropped inbound data/IP frames. member in ot::Ncp::NcpBase
Dncp_base.cpp309 , mDroppedInboundIpFrameCounter(0) in NcpBase()
403 mDroppedInboundIpFrameCounter = 0; in ResetCounters()
Dncp_base_mtd.cpp2382 mDroppedInboundIpFrameCounter++; in HandlePropertySet()
2732 return mEncoder.WriteUint32(mDroppedInboundIpFrameCounter); in HandlePropertyGet()
3419 mDroppedInboundIpFrameCounter++; in HandlePropertySet()