Zephyr API Documentation
2.7.0-rc2
A Scalable Open Source RTOS
|
IP layer error statistics. More...
#include <net_stats.h>
Data Fields | |
net_stats_t | vhlerr |
net_stats_t | hblenerr |
net_stats_t | lblenerr |
net_stats_t | fragerr |
net_stats_t | chkerr |
net_stats_t | protoerr |
IP layer error statistics.
net_stats_t net_stats_ip_errors::chkerr |
Number of packets dropped due to IP checksum errors.
net_stats_t net_stats_ip_errors::fragerr |
Number of packets dropped because they were IP fragments.
net_stats_t net_stats_ip_errors::hblenerr |
Number of packets dropped due to wrong IP length, high byte.
net_stats_t net_stats_ip_errors::lblenerr |
Number of packets dropped due to wrong IP length, low byte.
net_stats_t net_stats_ip_errors::protoerr |
Number of packets dropped because they were neither ICMP, UDP nor TCP.
net_stats_t net_stats_ip_errors::vhlerr |
Number of packets dropped due to wrong IP version or header length.