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

ICMP statistics. More...

#include <net_stats.h>

Data Fields

net_stats_t recv
 Number of received ICMP packets.
 
net_stats_t sent
 Number of sent ICMP packets.
 
net_stats_t drop
 Number of dropped ICMP packets.
 
net_stats_t typeerr
 Number of ICMP packets with a wrong type.
 
net_stats_t chkerr
 Number of ICMP packets with a bad checksum.
 

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: