Zephyr API Documentation
3.0.0
A Scalable Open Source RTOS
|
|
3.0.0 |
UDP statistics. More...
#include <net_stats.h>
Data Fields | |
net_stats_t | drop |
net_stats_t | recv |
net_stats_t | sent |
net_stats_t | chkerr |
UDP statistics.
net_stats_t net_stats_udp::chkerr |
Number of UDP segments with a bad checksum.
net_stats_t net_stats_udp::drop |
Number of dropped UDP segments.
net_stats_t net_stats_udp::recv |
Number of received UDP segments.
net_stats_t net_stats_udp::sent |
Number of sent UDP segments.