Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/pppd/pppstats/
H A Dpppstats.c147 #define CRATE(x) RATIO(W(x.comp_bytes), W(x.inc_bytes), W(x.unc_bytes))
215 KBPS(W(d.inc_bytes)), W(d.inc_packets), in intpr()
220 KBPS(W(c.inc_bytes)), W(c.inc_packets), in intpr()
225 W(d.inc_bytes), W(d.inc_packets), in intpr()
230 W(c.inc_bytes), W(c.inc_packets), in intpr()
/openbsd-src/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()