Searched refs:new_ratio (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c208 u_int new_ratio; local
228 new_ratio = db->in_count << RATIO_SCALE_LOG;
230 new_ratio /= db->bytes_out;
232 if (new_ratio < db->ratio || new_ratio < 1 * RATIO_SCALE) {
236 db->ratio = new_ratio;

Completed in 21 milliseconds