Zephyr API Documentation  3.6.99
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
 
struct net_stats_pkts pkts
 
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

◆ 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

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