Lines Matching refs:ho
936 ccp_options *ho = &ccp_hisoptions[f->unit]; local
944 BZERO(ho, sizeof(ccp_options));
945 ho->method = (len > 0)? p[0]: -1;
971 ho->deflate = 1;
973 ho->deflate_size = nb;
1030 ho->bsd_compress = 1;
1032 ho->bsd_bits = nb;
1082 ho->predictor_1 = 1;
1103 ho->predictor_2 = 1;
1219 ccp_options *ho = &ccp_hisoptions[f->unit]; local
1227 if (ANY_COMPRESS(*ho)) {
1228 if (go->method == ho->method) {
1229 notice("%s compression enabled", method_name(go, ho));
1233 method1, method_name(ho, NULL));
1237 } else if (ANY_COMPRESS(*ho))
1238 notice("%s transmit compression enabled", method_name(ho, NULL));