Home
last modified time | relevance | path

Searched refs:BSD_MIN_BITS (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dccp.c217 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
218 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
220 BSD_MIN_BITS, BSD_MAX_BITS);
543 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
655 if (res < 0 || go->bsd_bits <= BSD_MIN_BITS) {
1039 nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1045 else if (nb < BSD_MIN_BITS)
1046 nb = BSD_MIN_BITS;
1064 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dppp-comp.h123 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
H A Dbsd-comp.c127 #define BSD_INIT_BITS BSD_MIN_BITS
/titanic_41/usr/src/uts/common/net/
H A Dppp-comp.h150 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/titanic_41/usr/src/uts/common/io/ppp/spppcomp/
H A Dbsd-comp.c143 #define BSD_INIT_BITS BSD_MIN_BITS