Searched refs:mOutboundInsecureIpFrameCounter (Results 1 – 3 of 3) sorted by relevance
800 uint32_t mOutboundInsecureIpFrameCounter; // Number of insecure outbound data/IP frames. member in ot::Ncp::NcpBase
307 , mOutboundInsecureIpFrameCounter(0) in NcpBase()401 mOutboundInsecureIpFrameCounter = 0; in ResetCounters()
2742 return mEncoder.WriteUint32(mOutboundInsecureIpFrameCounter); in HandlePropertyGet()4462 mOutboundInsecureIpFrameCounter++; in SendDatagramMessage()