Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
|
4.1.99 |
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. | |
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.