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

12

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/include/linux/
H A Dppp-comp.h177 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dppp-comp.h174 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dppp-comp.h174 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/include/linux/
H A Dppp-comp.h177 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/include/linux/
H A Dppp-comp.h177 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/usr/include/linux/
H A Dppp-comp.h174 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-brcm-linux-uclibcgnueabi/sysroot/usr/include/linux/
H A Dppp-comp.h174 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/arm-linux/sysroot/usr/include/linux/
H A Dppp-comp.h174 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/include/net/
H A Dppp-comp.h146 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/include/net/
H A Dppp-comp.h146 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/include/net/
H A Dppp-comp.h146 #define BSD_MIN_BITS 9 /* smallest code size supported */ macro
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dccp.c303 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
304 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
306 BSD_MIN_BITS, BSD_MAX_BITS);
720 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
874 if (go->bsd_bits < BSD_MIN_BITS) {
1701 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1721 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dccp.c303 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
304 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
306 BSD_MIN_BITS, BSD_MAX_BITS);
720 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
874 if (go->bsd_bits < BSD_MIN_BITS) {
1701 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1721 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dccp.c303 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
304 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
306 BSD_MIN_BITS, BSD_MAX_BITS);
720 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
874 if (go->bsd_bits < BSD_MIN_BITS) {
1701 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1721 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Dccp.c303 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
304 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
306 BSD_MIN_BITS, BSD_MAX_BITS);
720 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
874 if (go->bsd_bits < BSD_MIN_BITS) {
1701 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1721 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/
H A Dccp.c303 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
304 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
306 BSD_MIN_BITS, BSD_MAX_BITS);
720 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
874 if (go->bsd_bits < BSD_MIN_BITS) {
1701 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1721 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/
H A Dccp.c303 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
304 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
306 BSD_MIN_BITS, BSD_MAX_BITS);
720 opt_buf[2] = BSD_MAKE_OPT(BSD_CURRENT_VERSION, BSD_MIN_BITS);
874 if (go->bsd_bits < BSD_MIN_BITS) {
1701 || nb > ao->bsd_bits || nb < BSD_MIN_BITS) {
1721 if (res < 0 || nb == BSD_MIN_BITS || dont_nak) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/modules/
H A Dbsd-comp.c149 #define BSD_INIT_BITS BSD_MIN_BITS
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/modules/
H A Dbsd-comp.c149 #define BSD_INIT_BITS BSD_MIN_BITS

Completed in 311 milliseconds

12