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