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

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
 

Detailed Description

UDP statistics.

Field Documentation

◆ chkerr

net_stats_t net_stats_udp::chkerr

Number of UDP segments with a bad checksum.

◆ drop

net_stats_t net_stats_udp::drop

Number of dropped UDP segments.

◆ recv

net_stats_t net_stats_udp::recv

Number of received UDP segments.

◆ sent

net_stats_t net_stats_udp::sent

Number of sent UDP segments.


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