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

UDP statistics. More...

#include <net_stats.h>

Data Fields

net_stats_t drop
 Number of dropped UDP segments.
 
net_stats_t recv
 Number of received UDP segments.
 
net_stats_t sent
 Number of sent UDP segments.
 
net_stats_t chkerr
 Number of UDP segments with a bad checksum.
 

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: