Searched refs:badProtos (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/netgraph/
H A Dng_ppp.h201 u_int32_t badProtos; /* frames rec'd with bogus protocol */ member in struct:ng_ppp_link_stat
213 { "badProtos", &ng_parse_uint32_type }, \
226 u_int64_t badProtos; /* frames rec'd with bogus protocol */ member in struct:ng_ppp_link_stat64
238 { "badProtos", &ng_parse_uint64_type }, \
H A Dng_ppp.c685 rs->badProtos = stats->badProtos;
1205 priv->bundleStats.badProtos++;
1305 priv->bundleStats.badProtos++;
1438 link->stats.badProtos++;
1836 priv->bundleStats.badProtos++;
1949 priv->bundleStats.badProtos++;

Completed in 125 milliseconds