Home
last modified time | relevance | path

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

/titanic_41/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;
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c118 uint_t uncomp_bytes; /* uncompressed bytes */ member
301 stats->unc_bytes = db->uncomp_bytes; in bsd_comp_stats()
858 db->uncomp_bytes += ilen; in bsd_compress()
1061 db->uncomp_bytes += ilen; in bsd_incomp()
1481 db->uncomp_bytes += outlen; in bsd_decompress()