Home | History | Annotate | Download | only in pppd

Lines Matching refs:BSD_MIN_BITS

277     if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
278 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
280 BSD_MIN_BITS, BSD_MAX_BITS);
631 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
761 if (go->bsd_bits < BSD_MIN_BITS) {
1257 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1277 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {