Lines Matching refs:bsd_bits
221 ccp_wantoptions[0].bsd_bits = rbits;
226 ccp_allowoptions[0].bsd_bits = abits;
328 ccp_wantoptions[0].bsd_bits = BSD_MAX_BITS;
330 ccp_allowoptions[0].bsd_bits = BSD_MAX_BITS;
641 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
651 if (res < 0 || go->bsd_bits <= BSD_MIN_BITS) {
655 --go->bsd_bits;
656 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
728 || p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
832 else if (BSD_NBITS(p[2]) < go->bsd_bits)
833 try.bsd_bits = BSD_NBITS(p[2]);
892 if (p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
1031 nb = clen < CILEN_BSD_COMPRESS ? ao->bsd_bits : BSD_NBITS(p[2]);
1032 ho->bsd_bits = nb;
1035 nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1039 if (nb > ao->bsd_bits)
1040 nb = ao->bsd_bits;
1186 if (opt2 != NULL && opt2->bsd_bits != opt->bsd_bits)
1188 opt->bsd_bits, opt2->bsd_bits);
1191 opt->bsd_bits);