Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
All network statistics in one struct. More...
#include <net_stats.h>
Data Fields | |
net_stats_t | processing_error |
struct net_stats_bytes | bytes |
struct net_stats_ip_errors | ip_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