Home
last modified time | relevance | path

Searched refs:inc_packets (Results 1 – 4 of 4) sorted by relevance

/openbsd/usr.sbin/pppd/pppstats/
H A Dpppstats.c218 KBPS(W(d.inc_bytes)), W(d.inc_packets), in intpr()
223 KBPS(W(c.inc_bytes)), W(c.inc_packets), in intpr()
228 W(d.inc_bytes), W(d.inc_packets), in intpr()
233 W(c.inc_bytes), W(c.inc_packets), in intpr()
/openbsd/sys/net/
H A Dppp_defs.h152 u_int inc_packets; /* incompressible packets */ member
H A Dppp-deflate.c336 state->stats.inc_packets++; in z_compress()
656 state->stats.inc_packets++; in z_incomp()
H A Dbsd-comp.c272 stats->inc_packets = db->incomp_count; in bsd_comp_stats()