Searched refs:BSD_OVHD (Results 1 – 2 of 2) sorted by relevance
142 #define BSD_OVHD 2 /* BSD compress overhead/packet */ macro861 if (wptr == NULL || olen + PPP_HDRLEN + BSD_OVHD >= maxolen) { in bsd_compress()882 db->comp_bytes += olen + BSD_OVHD; in bsd_compress()887 return (olen + PPP_HDRLEN + BSD_OVHD); in bsd_compress()1479 db->comp_bytes += ilen + BSD_OVHD; in bsd_decompress()
126 #define BSD_OVHD 2 /* BSD compress overhead/packet */ macro572 rptr += BSD_OVHD;748 db->comp_bytes += ilen + BSD_OVHD;