Home
last modified time | relevance | path

Searched defs:DEFLATE_SIZE (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h136 #define DEFLATE_SIZE(x) (((x) >> 4) + DEFLATE_MIN_SIZE) macro
/illumos-gate/usr/src/uts/common/net/
H A Dppp-comp.h161 #define DEFLATE_SIZE(x) (((x) >> 4) + DEFLATE_MIN_SIZE) macro