Lines Matching full:option
118 * Max # bytes for a CCP option
137 #define CI_BSD_COMPRESS 21 /* config. option for BSD-Compress */
138 #define CILEN_BSD_COMPRESS 3 /* length of config. option */
140 /* Macros for handling the 3rd byte of the BSD-Compress config option. */
142 #define BSD_VERSION(x) ((x) >> 5) /* version of option format */
152 #define CI_DEFLATE 26 /* config option for Deflate */
154 #define CILEN_DEFLATE 4 /* length of its config option */
168 #define CI_MPPE 18 /* config option for MPPE */
169 #define CILEN_MPPE 6 /* length of config option */
174 /* option bits for ccp_options.mppe */
187 * And unfortunately, we cannot share the same bits for the option
261 #define CI_PREDICTOR_1 1 /* config option for Predictor-1 */
262 #define CILEN_PREDICTOR_1 2 /* length of its config option */
263 #define CI_PREDICTOR_2 2 /* config option for Predictor-2 */
264 #define CILEN_PREDICTOR_2 2 /* length of its config option */