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

IP layer statistics. More...

#include <net_stats.h>

Data Fields

net_stats_t recv
 Number of received packets at the IP layer.
 
net_stats_t sent
 Number of sent packets at the IP layer.
 
net_stats_t forwarded
 Number of forwarded packets at the IP layer.
 
net_stats_t drop
 Number of dropped packets at the IP layer.
 

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: