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

Number of network packets sent and received. More...

#include <net_stats.h>

Data Fields

net_stats_t tx
 Number of packets sent.
 
net_stats_t rx
 Number of packets received.
 

Detailed Description

Number of network packets sent and received.

Field Documentation

◆ rx

net_stats_t net_stats_pkts::rx

Number of packets received.

◆ tx

net_stats_t net_stats_pkts::tx

Number of packets sent.


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