Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dppp_defs.h90 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 */
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dppp_defs.h90 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 */
[all …]
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dppp_defs.h90 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 */
[all …]