Zephyr API Documentation
3.4.0
A Scalable Open Source RTOS
|
|
3.4.0 |
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 |
ICMP statistics.
net_stats_t net_stats_icmp::chkerr |
Number of ICMP packets with a bad checksum.
net_stats_t net_stats_icmp::drop |
Number of dropped ICMP packets.
net_stats_t net_stats_icmp::recv |
Number of received ICMP packets.
net_stats_t net_stats_icmp::sent |
Number of sent ICMP packets.
net_stats_t net_stats_icmp::typeerr |
Number of ICMP packets with a wrong type.