Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_stats_ip_errors Struct Reference

IP layer error statistics. More...

#include <net_stats.h>

Data Fields

net_stats_t vhlerr
 Number of packets dropped due to wrong IP version or header length.
 
net_stats_t hblenerr
 Number of packets dropped due to wrong IP length, high byte.
 
net_stats_t lblenerr
 Number of packets dropped due to wrong IP length, low byte.
 
net_stats_t fragerr
 Number of packets dropped because they were IP fragments.
 
net_stats_t chkerr
 Number of packets dropped due to IP checksum errors.
 
net_stats_t protoerr
 Number of packets dropped because they were neither ICMP, UDP nor TCP.
 

Detailed Description

IP layer error statistics.

Field Documentation

◆ chkerr

net_stats_t net_stats_ip_errors::chkerr

Number of packets dropped due to IP checksum errors.

◆ fragerr

net_stats_t net_stats_ip_errors::fragerr

Number of packets dropped because they were IP fragments.

◆ hblenerr

net_stats_t net_stats_ip_errors::hblenerr

Number of packets dropped due to wrong IP length, high byte.

◆ lblenerr

net_stats_t net_stats_ip_errors::lblenerr

Number of packets dropped due to wrong IP length, low byte.

◆ protoerr

net_stats_t net_stats_ip_errors::protoerr

Number of packets dropped because they were neither ICMP, UDP nor TCP.

◆ vhlerr

net_stats_t net_stats_ip_errors::vhlerr

Number of packets dropped due to wrong IP version or header length.


The documentation for this struct was generated from the following file: