Home
last modified time | relevance | path

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

/dflybsd-src/sys/netgraph7/ppp/
H A Dng_ppp.h222 struct ng_ppp_link_stat64 { struct
223 u_int64_t xmitFrames; /* xmit frames on link */
224 u_int64_t xmitOctets; /* xmit octets on link */
225 u_int64_t recvFrames; /* recv frames on link */
226 u_int64_t recvOctets; /* recv octets on link */
227 u_int64_t badProtos; /* frames rec'd with bogus protocol */
228 u_int64_t runts; /* Too short MP fragments */
229 u_int64_t dupFragments; /* MP frames with duplicate seq # */
230 u_int64_t dropFragments; /* MP fragments we had to drop */