Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
net_stats_ppp Struct Reference

All PPP specific statistics. More...

#include <net_stats.h>

Data Fields

struct net_stats_bytes bytes
 Total number of bytes received and sent.
 
struct net_stats_pkts pkts
 Total number of packets received and sent.
 
net_stats_t drop
 Number of received and dropped PPP frames.
 
net_stats_t chkerr
 Number of received PPP frames with a bad checksum.
 

Detailed Description

All PPP specific statistics.

Field Documentation

◆ bytes

struct net_stats_bytes net_stats_ppp::bytes

Total number of bytes received and sent.

◆ chkerr

net_stats_t net_stats_ppp::chkerr

Number of received PPP frames with a bad checksum.

◆ drop

net_stats_t net_stats_ppp::drop

Number of received and dropped PPP frames.

◆ pkts

struct net_stats_pkts net_stats_ppp::pkts

Total number of packets received and sent.


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