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

/asus-wl-520gu-7.0.1.45/src/router/pppd/pppd/
H A Dccp.c660 if (ccp_test(f->unit, opt_buf, CILEN_MPPE, 0) <= 0)
670 if (ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0) <= 0)
680 if (ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0) <= 0)
690 if (ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0) <= 0)
717 if (ccp_test(f->unit, opt_buf, CILEN_LZS, 0) <= 0)
724 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
733 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
741 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
750 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_1, 0) <= 0)
756 if (ccp_test(
[all...]
H A Dpppd.h593 int ccp_test __P((int, u_char *, int, int));
H A Dsys-sunos4.c873 * ccp_test - ask kernel whether a given compression method
877 ccp_test(unit, opt_ptr, opt_len, for_transmit) function
H A Dsys-linux.c1256 * ccp_test - ask kernel whether a given compression method
1261 ccp_test(int unit, u_char *opt_ptr, int opt_len, int for_transmit) function
H A Dsys-solaris.c1622 * ccp_test - ask kernel whether a given compression method
1626 ccp_test(unit, opt_ptr, opt_len, for_transmit) function
/asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/
H A Dccp.c660 if (ccp_test(f->unit, opt_buf, CILEN_MPPE, 0) <= 0)
670 if (ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0) <= 0)
680 if (ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0) <= 0)
690 if (ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0) <= 0)
717 if (ccp_test(f->unit, opt_buf, CILEN_LZS, 0) <= 0)
724 if (ccp_test(f->unit, opt_buf, CILEN_BSD_COMPRESS, 0) <= 0)
733 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
741 if (ccp_test(f->unit, opt_buf, CILEN_DEFLATE, 0) <= 0)
750 if (ccp_test(f->unit, opt_buf, CILEN_PREDICTOR_1, 0) <= 0)
756 if (ccp_test(
[all...]
H A Dpppd.h593 int ccp_test __P((int, u_char *, int, int));
H A Dsys-sunos4.c873 * ccp_test - ask kernel whether a given compression method
877 ccp_test(unit, opt_ptr, opt_len, for_transmit) function
H A Dsys-linux.c1256 * ccp_test - ask kernel whether a given compression method
1261 ccp_test(int unit, u_char *opt_ptr, int opt_len, int for_transmit) function
H A Dsys-solaris.c1622 * ccp_test - ask kernel whether a given compression method
1626 ccp_test(unit, opt_ptr, opt_len, for_transmit) function
/asus-wl-520gu-7.0.1.45/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.h523 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.c1172 * ccp_test - ask kernel whether a given compression method
1176 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
/asus-wl-520gu-7.0.1.45/src/router/ppp/pppoecd/
H A Dpppd.h529 int ccp_test __P((int, u_char *, int, int));
H A Dsys-linux.c622 * ccp_test - ask kernel whether a given compression method
626 int ccp_test (int unit, u_char *opt_ptr, int opt_len, int for_transmit) function

Completed in 261 milliseconds