Home
last modified time | relevance | path

Searched defs:pppstat (Results 1 – 1 of 1) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/linux/
H A Dppp_defs.h119 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 */
[all …]