Home
last modified time | relevance | path

Searched refs:uncomp_bytes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c102 u_int uncomp_bytes; /* uncompressed bytes */ member
253 stats->unc_bytes = db->uncomp_bytes;
522 db->uncomp_bytes += ilen;
750 db->uncomp_bytes += explen;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c116 uint_t uncomp_bytes; /* uncompressed bytes */ member
299 stats->unc_bytes = db->uncomp_bytes; in bsd_comp_stats()
856 db->uncomp_bytes += ilen; in bsd_compress()
1059 db->uncomp_bytes += ilen; in bsd_incomp()
1479 db->uncomp_bytes += outlen; in bsd_decompress()