Home
last modified time | relevance | path

Searched refs:comp_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))
214 KBPS(W(d.comp_bytes)), W(d.comp_packets), in intpr()
219 KBPS(W(c.comp_bytes)), W(c.comp_packets), in intpr()
224 W(d.comp_bytes), W(d.comp_packets), in intpr()
229 W(c.comp_bytes), W(c.comp_packets), in intpr()
/openbsd-src/sys/net/
H A Dbsd-comp.c104 u_int comp_bytes; /* compressed bytes */ member
269 stats->comp_bytes = db->comp_bytes; in bsd_comp_stats()
650 db->comp_bytes += olen + BSD_OVHD; in bsd_compress()
1066 db->comp_bytes += ilen + BSD_OVHD; in bsd_decompress()
H A Dppp_defs.h149 u_int comp_bytes; /* compressed bytes */ member
H A Dppp-deflate.c330 state->stats.comp_bytes += olen; in z_compress()
353 out = stats->comp_bytes + stats->inc_bytes; in z_comp_stats()
593 state->stats.comp_bytes += rlen; in z_decompress()