Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
net_stats_icmp Struct Reference

ICMP statistics. More...

#include <net_stats.h>

Data Fields

net_stats_t recv
 
net_stats_t sent
 
net_stats_t drop
 
net_stats_t typeerr
 
net_stats_t chkerr
 

Detailed Description

ICMP statistics.

Field Documentation

◆ chkerr

net_stats_t net_stats_icmp::chkerr

Number of ICMP packets with a bad checksum.

◆ drop

net_stats_t net_stats_icmp::drop

Number of dropped ICMP packets.

◆ recv

net_stats_t net_stats_icmp::recv

Number of received ICMP packets.

◆ sent

net_stats_t net_stats_icmp::sent

Number of sent ICMP packets.

◆ typeerr

net_stats_t net_stats_icmp::typeerr

Number of ICMP packets with a wrong type.


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