| 
    Zephyr Project API 3.5.0
    
   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 | 
| 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 | 
| 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 |