Home
last modified time | relevance | path

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

/f-stack/freebsd/netgraph/
H A Dng_ppp.h221 struct ng_ppp_link_stat64 { struct
222 u_int64_t xmitFrames; /* xmit frames on link */
223 u_int64_t xmitOctets; /* xmit octets on link */
224 u_int64_t recvFrames; /* recv frames on link */
225 u_int64_t recvOctets; /* recv octets on link */
226 u_int64_t badProtos; /* frames rec'd with bogus protocol */
227 u_int64_t runts; /* Too short MP fragments */
228 u_int64_t dupFragments; /* MP frames with duplicate seq # */
229 u_int64_t dropFragments; /* MP fragments we had to drop */
/f-stack/tools/compat/include/netgraph/
H A Dng_ppp.h221 struct ng_ppp_link_stat64 { struct
222 u_int64_t xmitFrames; /* xmit frames on link */
223 u_int64_t xmitOctets; /* xmit octets on link */
224 u_int64_t recvFrames; /* recv frames on link */
225 u_int64_t recvOctets; /* recv octets on link */
226 u_int64_t badProtos; /* frames rec'd with bogus protocol */
227 u_int64_t runts; /* Too short MP fragments */
228 u_int64_t dupFragments; /* MP frames with duplicate seq # */
229 u_int64_t dropFragments; /* MP fragments we had to drop */