| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
All network statistics in one struct. More...
#include <net_stats.h>
| Data Fields | |
| struct net_stats_bytes | bytes | 
| This calculates amount of data transferred through all the network interfaces. | |
| net_stats_t | processing_error | 
| Count of malformed packets or packets we do not have handler for. | |
| struct net_stats_ip_errors | ip_errors | 
| IP layer errors. | |
All network statistics in one struct.
| struct net_stats_bytes net_stats::bytes | 
This calculates amount of data transferred through all the network interfaces.
| struct net_stats_ip_errors net_stats::ip_errors | 
IP layer errors.
| net_stats_t net_stats::processing_error | 
Count of malformed packets or packets we do not have handler for.