Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c60 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
261 rlen = state->strm.avail_in + PPP_HDRLEN + DEFLATE_OVHD;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c70 #define DEFLATE_OVHD 2 /* Deflate overhead/packet */ macro
890 rlen = state->strm.avail_in + PPP_HDRLEN + DEFLATE_OVHD; in z_decompress()