Searched defs:pppstat (Results 1 – 5 of 5) sorted by relevance
52 struct pppstat { struct53 __u32 ppp_discards;54 __u32 ppp_ibytes;55 __u32 ppp_ioctects;56 __u32 ppp_ipackets;57 __u32 ppp_ierrors;58 __u32 ppp_ilqrs;59 __u32 ppp_obytes;60 __u32 ppp_ooctects;61 __u32 ppp_opackets;[all …]
90 struct pppstat { struct91 __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 …]
65 struct pppstat { struct66 __u32 ppp_discards;67 __u32 ppp_ibytes;68 __u32 ppp_ioctects;69 __u32 ppp_ipackets;70 __u32 ppp_ierrors;71 __u32 ppp_ilqrs;72 __u32 ppp_obytes;73 __u32 ppp_ooctects;74 __u32 ppp_opackets;[all …]