Home
last modified time | relevance | path

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

/openbsd/usr.sbin/pppd/pppstats/
H A Dpppstats.c150 #define CRATE(x) RATIO(W(x.comp_bytes), W(x.inc_bytes), W(x.unc_bytes))
218 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.h151 u_int inc_bytes; /* incompressible bytes */ member
H A Dppp-deflate.c335 state->stats.inc_bytes += orig_len; in z_compress()
353 out = stats->comp_bytes + stats->inc_bytes; in z_comp_stats()
655 state->stats.inc_bytes += rlen; in z_incomp()
H A Dbsd-comp.c271 stats->inc_bytes = db->incomp_bytes; in bsd_comp_stats()