Searched refs:CILEN_DEFLATE (Results 1 - 14 of 14) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dccp.c472 opt_buf[1] = CILEN_DEFLATE;
475 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
480 opt_buf[1] = CILEN_DEFLATE;
483 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
513 + (go->deflate? CILEN_DEFLATE: 0)
538 p[1] = CILEN_DEFLATE;
542 res = ccp_test(f->unit, p, CILEN_DEFLATE, 0);
544 p += CILEN_DEFLATE;
556 p[1] = CILEN_DEFLATE;
557 p[2] = p[2 - CILEN_DEFLATE];
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.c638 opt_buf[1] = CILEN_DEFLATE;
641 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
646 opt_buf[1] = CILEN_DEFLATE;
649 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
679 + (go->deflate? CILEN_DEFLATE: 0)
722 p[1] = CILEN_DEFLATE;
726 p += CILEN_DEFLATE;
733 res = ccp_test(f->unit, p, CILEN_DEFLATE, 0);
735 p += CILEN_DEFLATE;
747 p[1] = CILEN_DEFLATE;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dppp_deflate.c114 if (opt_len != CILEN_DEFLATE ||
116 options[1] != CILEN_DEFLATE ||
166 if (opt_len < CILEN_DEFLATE ||
168 options[1] != CILEN_DEFLATE ||
333 if (opt_len != CILEN_DEFLATE ||
335 options[1] != CILEN_DEFLATE ||
384 if (opt_len < CILEN_DEFLATE ||
386 options[1] != CILEN_DEFLATE ||
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppdump/
H A Ddeflate.c144 if (opt_len != CILEN_DEFLATE || options[0] != CI_DEFLATE
145 || options[1] != CILEN_DEFLATE
188 if (opt_len < CILEN_DEFLATE || options[0] != CI_DEFLATE
189 || options[1] != CILEN_DEFLATE
H A Dppp-comp.h139 #define CILEN_DEFLATE 4 /* length of its config option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppdump/
H A Ddeflate.c134 if (opt_len != CILEN_DEFLATE || options[0] != CI_DEFLATE
135 || options[1] != CILEN_DEFLATE
178 if (opt_len < CILEN_DEFLATE || options[0] != CI_DEFLATE
179 || options[1] != CILEN_DEFLATE
H A Dppp-comp.h131 #define CILEN_DEFLATE 4 /* length of its config option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/modules/
H A Ddeflate.c210 if (opt_len != CILEN_DEFLATE
212 || options[1] != CILEN_DEFLATE
267 if (opt_len < CILEN_DEFLATE
269 || options[1] != CILEN_DEFLATE
466 if (opt_len != CILEN_DEFLATE
468 || options[1] != CILEN_DEFLATE
520 if (opt_len < CILEN_DEFLATE
522 || options[1] != CILEN_DEFLATE
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Ddeflate.c198 if (opt_len != CILEN_DEFLATE
200 || options[1] != CILEN_DEFLATE
255 if (opt_len < CILEN_DEFLATE
257 || options[1] != CILEN_DEFLATE
454 if (opt_len != CILEN_DEFLATE
456 || options[1] != CILEN_DEFLATE
508 if (opt_len < CILEN_DEFLATE
510 || options[1] != CILEN_DEFLATE
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dppp-comp.h183 #define CILEN_DEFLATE 4 /* length of its config option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/linux/
H A Dppp-comp.h178 #define CILEN_DEFLATE 4 /* length of its config option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/include/net/
H A Dppp-comp.h146 #define CILEN_DEFLATE 4 /* length of its config option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/linux/
H A Dppp-comp.h186 #define CILEN_DEFLATE 4 /* length of its config option */ macro
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/include/net/
H A Dppp-comp.h154 #define CILEN_DEFLATE 4 /* length of its config option */ macro

Completed in 144 milliseconds