Lines Matching defs:pppstat
90 struct pppstat { struct
91 __u32 ppp_discards; /* # frames discarded */
93 __u32 ppp_ibytes; /* bytes received */
94 __u32 ppp_ioctects; /* bytes received not in error */
95 __u32 ppp_ipackets; /* packets received */
96 __u32 ppp_ierrors; /* receive errors */
97 __u32 ppp_ilqrs; /* # LQR frames received */
99 __u32 ppp_obytes; /* raw bytes sent */
100 __u32 ppp_ooctects; /* frame bytes sent */
101 __u32 ppp_opackets; /* packets sent */
102 __u32 ppp_oerrors; /* transmit errors */
103 __u32 ppp_olqrs; /* # LQR frames sent */