Home | History | Annotate | Download | only in pppd

Lines Matching refs:bsd_bits

285 	ccp_wantoptions[0].bsd_bits = rbits;
290 ccp_allowoptions[0].bsd_bits = abits;
376 ccp_wantoptions[0].bsd_bits = BSD_MAX_BITS;
378 ccp_allowoptions[0].bsd_bits = BSD_MAX_BITS;
756 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
761 if (go->bsd_bits < BSD_MIN_BITS) {
773 --go->bsd_bits;
774 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits);
858 || p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
965 else if (BSD_NBITS(p[2]) < go->bsd_bits)
966 try.bsd_bits = BSD_NBITS(p[2]);
1034 if (p[2] != BSD_MAKE_OPT(BSD_CURRENT_VERSION, go->bsd_bits))
1255 ho->bsd_bits = nb = BSD_NBITS(p[2]);
1257 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1260 p[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, ao->bsd_bits);
1280 ho->bsd_bits);
1400 if (opt2 != NULL && opt2->bsd_bits != opt->bsd_bits)
1402 opt->bsd_bits, opt2->bsd_bits);
1405 opt->bsd_bits);