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

/asus-wl-520gu-7.0.1.45/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...]
/asus-wl-520gu-7.0.1.45/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
/asus-wl-520gu-7.0.1.45/src/router/pppd/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
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppdump/
H A Dppp-comp.h123 #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
/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dccp.c722 opt_buf[1] = CILEN_BSD_COMPRESS;
724 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
770 return (go->bsd_compress? CILEN_BSD_COMPRESS: 0)
871 p[1] = CILEN_BSD_COMPRESS;
874 p += CILEN_BSD_COMPRESS; /* not the first option */
881 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
883 p += CILEN_BSD_COMPRESS;
992 if (len < CILEN_BSD_COMPRESS
993 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
996 p += CILEN_BSD_COMPRESS;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dccp.c722 opt_buf[1] = CILEN_BSD_COMPRESS;
724 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
770 return (go->bsd_compress? CILEN_BSD_COMPRESS: 0)
871 p[1] = CILEN_BSD_COMPRESS;
874 p += CILEN_BSD_COMPRESS; /* not the first option */
881 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
883 p += CILEN_BSD_COMPRESS;
992 if (len < CILEN_BSD_COMPRESS
993 || p[0] != CI_BSD_COMPRESS || p[1] != CILEN_BSD_COMPRESS
996 p += CILEN_BSD_COMPRESS;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dppp-comp.h161 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/linux/
H A Dppp-comp.h161 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/asus-wl-520gu-7.0.1.45/src/router/ppp/include/net/
H A Dppp-comp.h130 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dppp-comp.h169 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/linux/
H A Dppp-comp.h169 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd/include/net/
H A Dppp-comp.h138 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/linux/
H A Dppp-comp.h169 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/include/net/
H A Dppp-comp.h138 #define CILEN_BSD_COMPRESS 3 /* length of config. option */ macro
/asus-wl-520gu-7.0.1.45/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
/asus-wl-520gu-7.0.1.45/src/router/pppd/modules/
H A Dbsd-comp.c430 if (opt_len < CILEN_BSD_COMPRESS
431 || options[0] != CI_BSD_COMPRESS || options[1] != CILEN_BSD_COMPRESS
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/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 117 milliseconds