Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c140 #define BSD_OVHD 2 /* BSD compress overhead/packet */ macro
859 if (wptr == NULL || olen + PPP_HDRLEN + BSD_OVHD >= maxolen) { in bsd_compress()
880 db->comp_bytes += olen + BSD_OVHD; in bsd_compress()
885 return (olen + PPP_HDRLEN + BSD_OVHD); in bsd_compress()
1477 db->comp_bytes += ilen + BSD_OVHD; in bsd_decompress()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dbsd-comp.c126 #define BSD_OVHD 2 /* BSD compress overhead/packet */ macro
572 rptr += BSD_OVHD;
748 db->comp_bytes += ilen + BSD_OVHD;