Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_stats_raw Struct Reference

Raw packet socket statistics. More...

#include <zephyr/net/net_stats.h>

Data Fields

struct net_stats_bytes bytes
 Amount of received and sent raw packet data.
net_stats_t drop
 Number of dropped raw packets.
net_stats_t recv
 Number of received raw packets.
net_stats_t sent
 Number of sent raw packets.

Detailed Description

Raw packet socket statistics.

Field Documentation

◆ bytes

struct net_stats_bytes net_stats_raw::bytes

Amount of received and sent raw packet data.

◆ drop

net_stats_t net_stats_raw::drop

Number of dropped raw packets.

◆ recv

net_stats_t net_stats_raw::recv

Number of received raw packets.

◆ sent

net_stats_t net_stats_raw::sent

Number of sent raw packets.


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