Lines Matching defs:pppstat
119 struct pppstat { struct
120 __u32 ppp_discards; /* # frames discarded */
122 __u32 ppp_ibytes; /* bytes received */
123 __u32 ppp_ioctects; /* bytes received not in error */
124 __u32 ppp_ipackets; /* packets received */
125 __u32 ppp_ierrors; /* receive errors */
126 __u32 ppp_ilqrs; /* # LQR frames received */
128 __u32 ppp_obytes; /* raw bytes sent */
129 __u32 ppp_ooctects; /* frame bytes sent */
130 __u32 ppp_opackets; /* packets sent */
131 __u32 ppp_oerrors; /* transmit errors */
132 __u32 ppp_olqrs; /* # LQR frames sent */