Searched defs:pppstat (Results 1 – 3 of 3) sorted by relevance
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 …]
105419 struct pppstat { struct105420 __u32 ppp_discards;105421 __u32 ppp_ibytes;105422 __u32 ppp_ioctects;105423 __u32 ppp_ipackets;105424 __u32 ppp_ierrors;105425 __u32 ppp_ilqrs;105426 __u32 ppp_obytes;105427 __u32 ppp_ooctects;105428 __u32 ppp_opackets;[all …]