Zephyr API 3.6.99
|
All PPP specific statistics. More...
#include <net_stats.h>
Data Fields | |
struct net_stats_bytes | bytes |
Total number of bytes received and sent. | |
struct net_stats_pkts | pkts |
Total number of packets received and sent. | |
net_stats_t | drop |
Number of received and dropped PPP frames. | |
net_stats_t | chkerr |
Number of received PPP frames with a bad checksum. | |
All PPP specific statistics.
struct net_stats_bytes net_stats_ppp::bytes |
Total number of bytes received and sent.
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 |
Total number of packets received and sent.