Home
last modified time | relevance | path

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

/openbsd/sys/net/
H A Dbsd-comp.c126 #define BSD_OVHD 2 /* BSD compress overhead/packet */ macro
642 if (olen + PPP_HDRLEN + BSD_OVHD > maxolen) { in bsd_compress()
650 db->comp_bytes += olen + BSD_OVHD; in bsd_compress()
653 return olen + PPP_HDRLEN + BSD_OVHD; in bsd_compress()
1066 db->comp_bytes += ilen + BSD_OVHD; in bsd_decompress()