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

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dccp.c464 opt_buf[1] = CILEN_BSD_COMPRESS;
466 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
512 return (go->bsd_compress? CILEN_BSD_COMPRESS: 0)
564 p[1] = CILEN_BSD_COMPRESS;
567 p += CILEN_BSD_COMPRESS; /* not the first option */
570 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
572 p += CILEN_BSD_COMPRESS;
644 if (len < CILEN_BSD_COMPRESS
645 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
648 p += CILEN_BSD_COMPRESS;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.c630 opt_buf[1] = CILEN_BSD_COMPRESS;
632 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
678 return (go->bsd_compress? CILEN_BSD_COMPRESS: 0)
755 p[1] = CILEN_BSD_COMPRESS;
758 p += CILEN_BSD_COMPRESS; /* not the first option */
765 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
767 p += CILEN_BSD_COMPRESS;
856 if (len < CILEN_BSD_COMPRESS
857 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
860 p += CILEN_BSD_COMPRESS;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Dppp-comp.h123 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
H A Dbsd-comp.c382 if (opt_len < CILEN_BSD_COMPRESS
383 || options[0] != CI_BSD_COMPRESS || options[1] != CILEN_BSD_COMPRESS
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Dppp-comp.h115 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
H A Dbsd-comp.c380 if (opt_len < CILEN_BSD_COMPRESS
381 || options[0] != CI_BSD_COMPRESS || options[1] != CILEN_BSD_COMPRESS
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dppp-comp.h166 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dppp-comp.h161 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dppp-comp.h130 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h169 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dppp-comp.h138 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Dbsd-comp.c434 if (opt_len < CILEN_BSD_COMPRESS
435 || options[0] != CI_BSD_COMPRESS || options[1] != CILEN_BSD_COMPRESS
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dbsd-comp.c430 if (opt_len < CILEN_BSD_COMPRESS
431 || options[0] != CI_BSD_COMPRESS || options[1] != CILEN_BSD_COMPRESS

Completed in 86 milliseconds