| Zephyr Project API 4.2.99
    A Scalable Open Source RTOS | 
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. | |
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.