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

IP layer statistics. More...

#include <net_stats.h>

Data Fields

net_stats_t recv
 
net_stats_t sent
 
net_stats_t forwarded
 
net_stats_t drop
 

Detailed Description

IP layer statistics.

Field Documentation

◆ drop

net_stats_t net_stats_ip::drop

Number of dropped packets at the IP layer.

◆ forwarded

net_stats_t net_stats_ip::forwarded

Number of forwarded packets at the IP layer.

◆ recv

net_stats_t net_stats_ip::recv

Number of received packets at the IP layer.

◆ sent

net_stats_t net_stats_ip::sent

Number of sent packets at the IP layer.


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