Searched refs:ccp_test (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dccp.c466 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
475 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
483 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
492 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_1, 0) <= 0)
498 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_2, 0) <= 0)
542 res = ccp_test(f->unit, p, CILEN_DEFLATE, 0);
570 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
587 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_1, 0) <= 0) {
596 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_2, 0) <= 0) {
888 res = ccp_test(
[all...]
H A Dpppd.h521 int ccp_test __P((int, u_char *, int, int));
H A Dsys-sunos4.c764 * ccp_test - ask kernel whether a given compression method
768 ccp_test(unit, opt_ptr, opt_len, for_transmit) function
H A Dsys-linux.c1171 * ccp_test - ask kernel whether a given compression method
1175 int ccp_test (int unit, u_char *opt_ptr, int opt_len, int for_transmit) function
H A Dsys-solaris.c1520 * ccp_test - ask kernel whether a given compression method
1524 ccp_test(unit, opt_ptr, opt_len, for_transmit) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dccp.c622 if (ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0) <= 0) {
632 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
641 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
649 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
658 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_1, 0) <= 0)
664 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_2, 0) <= 0)
712 res = ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0);
733 res = ccp_test(f->unit, p, CILEN_DEFLATE, 0);
765 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
782 if (p == p0 && ccp_test(
[all...]
H A Dpppd.h626 int ccp_test __P((int, u_char *, int, int));
H A Dsys-linux.c1258 * ccp_test - ask kernel whether a given compression method
1263 ccp_test(int unit, u_char *opt_ptr, int opt_len, int for_transmit) function
H A Dsys-solaris.c1618 * ccp_test - ask kernel whether a given compression method
1622 ccp_test(unit, opt_ptr, opt_len, for_transmit) function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/pptpd/pptpd-1.3.4/plugins/
H A Dpppd.h593 int ccp_test __P((int, u_char *, int, int));
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppoecd/
H A Dpppd.h529 int ccp_test __P((int, u_char *, int, int));
H A Dsys-linux.c624 * ccp_test - ask kernel whether a given compression method
628 int ccp_test (int unit, u_char *opt_ptr, int opt_len, int for_transmit) function

Completed in 127 milliseconds