Home
last modified time | relevance | path

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

/freebsd/sys/netgraph/
H A Dng_ppp.h219 struct ng_ppp_link_stat64 { struct
220 u_int64_t xmitFrames; /* xmit frames on link */
221 u_int64_t xmitOctets; /* xmit octets on link */
222 u_int64_t recvFrames; /* recv frames on link */
223 u_int64_t recvOctets; /* recv octets on link */
224 u_int64_t badProtos; /* frames rec'd with bogus protocol */
225 u_int64_t runts; /* Too short MP fragments */
226 u_int64_t dupFragments; /* MP frames with duplicate seq # */
227 u_int64_t dropFragments; /* MP fragments we had to drop */