Searched refs:BSD_MAX_BITS (Results 1 - 20 of 20) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/ppp/pppdump/
H A Dppp-comp.h124 #define BSD_MAX_BITS 15 /* largest code size supported */ macro
H A Dbsd-comp.c158 #define BADCODEM1 MAXCODE(BSD_MAX_BITS)
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppdump/
H A Dppp-comp.h132 #define BSD_MAX_BITS 15 /* largest code size supported */ macro
H A Dbsd-comp.c160 #define BADCODEM1 MAXCODE(BSD_MAX_BITS)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dppp-comp.h132 #define BSD_MAX_BITS 15 /* largest code size supported */ macro
H A Dbsd-comp.c158 #define BADCODEM1 MAXCODE(BSD_MAX_BITS)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dppp-comp.h170 #define BSD_MAX_BITS 15 /* largest code size supported */ macro
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/linux/
H A Dppp-comp.h170 #define BSD_MAX_BITS 15 /* largest code size supported */ macro
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/net/
H A Dppp-comp.h139 #define BSD_MAX_BITS 15 /* largest code size supported */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dppp-comp.h178 #define BSD_MAX_BITS 15 /* largest code size supported */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/linux/
H A Dppp-comp.h178 #define BSD_MAX_BITS 15 /* largest code size supported */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/net/
H A Dppp-comp.h147 #define BSD_MAX_BITS 15 /* largest code size supported */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/linux/
H A Dppp-comp.h178 #define BSD_MAX_BITS 15 /* largest code size supported */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/net/
H A Dppp-comp.h147 #define BSD_MAX_BITS 15 /* largest code size supported */ macro
/asus-wl-520gu-7.0.1.45/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);
310 ccp_wantoptions[0].bsd_bits = BSD_MAX_BITS;
312 ccp_allowoptions[0].bsd_bits = BSD_MAX_BITS;
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dccp.c308 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
309 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
311 BSD_MIN_BITS, BSD_MAX_BITS);
407 ccp_wantoptions[0].bsd_bits = BSD_MAX_BITS;
409 ccp_allowoptions[0].bsd_bits = BSD_MAX_BITS;
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dccp.c308 if ((rbits != 0 && (rbits < BSD_MIN_BITS || rbits > BSD_MAX_BITS))
309 || (abits != 0 && (abits < BSD_MIN_BITS || abits > BSD_MAX_BITS))) {
311 BSD_MIN_BITS, BSD_MAX_BITS);
407 ccp_wantoptions[0].bsd_bits = BSD_MAX_BITS;
409 ccp_allowoptions[0].bsd_bits = BSD_MAX_BITS;
/asus-wl-520gu-7.0.1.45/src/router/ppp/modules/
H A Dbsd-comp.c190 #define BADCODEM1 MAXCODE(BSD_MAX_BITS)
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dbsd-comp.c190 #define BADCODEM1 MAXCODE(BSD_MAX_BITS)
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/modules/
H A Dbsd-comp.c190 #define BADCODEM1 MAXCODE(BSD_MAX_BITS)

Completed in 192 milliseconds