Home
last modified time | relevance | path

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

/dflybsd-src/sys/netgraph/ppp/
H A Dng_ppp.h177 struct ng_ppp_link_stat { struct
178 u_int32_t xmitFrames; /* xmit frames on link */
179 u_int32_t xmitOctets; /* xmit octets on link */
180 u_int32_t recvFrames; /* recv frames on link */
181 u_int32_t recvOctets; /* recv octets on link */
182 u_int32_t badProtos; /* frames rec'd with bogus protocol */
183 u_int32_t runts; /* Too short MP fragments */
184 u_int32_t dupFragments; /* MP frames with duplicate seq # */
185 u_int32_t dropFragments; /* MP fragments we had to drop */
/dflybsd-src/sys/netgraph7/ppp/
H A Dng_ppp.h197 struct ng_ppp_link_stat { struct
198 u_int32_t xmitFrames; /* xmit frames on link */
222 struct ng_ppp_link_stat64 { argument