| 
    Zephyr Project API
    3.4.0
    
   A Scalable Open Source RTOS 
   | 
 
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 | 
IP layer statistics.
| net_stats_t net_stats_ip::drop | 
Number of dropped packets at the IP layer.
| net_stats_t net_stats_ip::forwarded | 
Number of forwarded packets at the IP layer.
| net_stats_t net_stats_ip::recv | 
Number of received packets at the IP layer.
| net_stats_t net_stats_ip::sent | 
Number of sent packets at the IP layer.