Searched refs:BSD_MIN_BITS (Results 1 - 13 of 13) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dppp-comp.h131 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
H A Dbsd-comp.c125 #define BSD_INIT_BITS BSD_MIN_BITS
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dppp-comp.h123 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
H A Dbsd-comp.c123 #define BSD_INIT_BITS BSD_MIN_BITS
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dppp-comp.h174 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dppp-comp.h169 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dppp-comp.h138 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dccp.c211 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
212 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
214 BSD_MIN_BITS, BSD_MAX_BITS);
465 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
575 if (res < 0 || go->bsd_bits <= BSD_MIN_BITS) {
912 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
932 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h177 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dppp-comp.h146 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.c277 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) {
1261 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1281 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c149 #define BSD_INIT_BITS BSD_MIN_BITS
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dbsd-comp.c145 #define BSD_INIT_BITS BSD_MIN_BITS

Completed in 66 milliseconds