Lines Matching full:compress
9 /* Because this code is derived from the 4.3BSD compress source:
80 * PPP "BSD compress" compression
103 * from the third byte of the BSD Compress CCP configuration option.
112 * A dictionary for doing BSD compress.
163 #define BSD_OVHD 2 /* BSD compress overhead/packet */
552 * compress a packet
558 * One change from the BSD compress command is that when the
611 * the protocol becomes the first byte to compress. in bsd_compress()
800 * Update the "BSD Compress" dictionary on the receiver for
801 * incompressible data by pretending to compress the incoming data.
810 * Decompress "BSD Compress".
1137 .compress = bsd_compress,
1168 MODULE_DESCRIPTION("PPP BSD-Compress compression module");
1170 MODULE_ALIAS("ppp-compress-" __stringify(CI_BSD_COMPRESS));