Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
All PPP specific statistics. More...
#include <net_stats.h>
Data Fields | |
struct net_stats_bytes | bytes |
struct net_stats_pkts | pkts |
net_stats_t | drop |
net_stats_t | chkerr |
All PPP specific statistics.
struct net_stats_bytes net_stats_ppp::bytes |
net_stats_t net_stats_ppp::chkerr |
Number of received PPP frames with a bad checksum.
net_stats_t net_stats_ppp::drop |
Number of received and dropped PPP frames.
struct net_stats_pkts net_stats_ppp::pkts |