Lines Matching refs:ao
541 ccp_options *ao = &ccp_allowoptions[f->unit]; local
603 ao->mppe = go->mppe;
605 ao->bsd_compress = go->bsd_compress = 0;
606 ao->predictor_1 = go->predictor_1 = 0;
607 ao->predictor_2 = go->predictor_2 = 0;
608 ao->deflate = go->deflate = 0;
1079 ccp_options *ao = &ccp_allowoptions[f->unit]; local
1106 if (!ao->mppe || clen != CILEN_MPPE) {
1142 if (ao->mppe & MPPE_OPT_128)
1144 else if (ao->mppe & MPPE_OPT_40)
1151 if (!(ao->mppe & MPPE_OPT_128)) {
1156 if (!(ao->mppe & MPPE_OPT_40)) {
1166 ho->mppe = ao->mppe;
1208 if (!ao->deflate || clen != CILEN_DEFLATE
1209 || (!ao->deflate_correct && type == CI_DEFLATE)
1210 || (!ao->deflate_draft && type == CI_DEFLATE_DRAFT)) {
1219 || nb > ao->deflate_size || nb < DEFLATE_MIN_WORKS) {
1222 p[2] = DEFLATE_MAKE_OPT(ao->deflate_size);
1253 if (!ao->bsd_compress || clen != CILEN_BSD_COMPRESS) {
1261 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1264 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, ao->bsd_bits);
1295 if (!ao->predictor_1 || clen != CILEN_PREDICTOR_1) {
1308 if (!ao->predictor_2 || clen != CILEN_PREDICTOR_2) {
1348 if (ret == CONFREJ && ao->mppe && rej_for_ci_mppe) {