|
Zephyr Project API
3.1.0
A Scalable Open Source RTOS
|
All Ethernet specific statistics. More...
#include <net_stats.h>
Data Fields | |
| struct net_stats_bytes | bytes |
| struct net_stats_pkts | pkts |
| struct net_stats_pkts | broadcast |
| struct net_stats_pkts | multicast |
| struct net_stats_pkts | errors |
| struct net_stats_eth_errors | error_details |
| struct net_stats_eth_flow | flow_control |
| struct net_stats_eth_csum | csum |
| struct net_stats_eth_hw_timestamp | hw_timestamp |
| net_stats_t | collisions |
| net_stats_t | tx_dropped |
| net_stats_t | tx_timeout_count |
| net_stats_t | tx_restart_queue |
All Ethernet specific statistics.
| struct net_stats_pkts net_stats_eth::broadcast |
| struct net_stats_bytes net_stats_eth::bytes |
| net_stats_t net_stats_eth::collisions |
| struct net_stats_eth_csum net_stats_eth::csum |
| struct net_stats_eth_errors net_stats_eth::error_details |
| struct net_stats_pkts net_stats_eth::errors |
| struct net_stats_eth_flow net_stats_eth::flow_control |
| struct net_stats_eth_hw_timestamp net_stats_eth::hw_timestamp |
| struct net_stats_pkts net_stats_eth::multicast |
| struct net_stats_pkts net_stats_eth::pkts |
| net_stats_t net_stats_eth::tx_dropped |
| net_stats_t net_stats_eth::tx_restart_queue |
| net_stats_t net_stats_eth::tx_timeout_count |