• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asus-wl-520gu-7.0.1.45/src/router/pppd.mppe/pppd/

Lines Matching refs:ccp_test

660 	    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(f->unit, opt_buf, CILEN_PREDICTOR_2, 0) <= 0)
812 res = ccp_test(f->unit, opt_buf, CILEN_MPPE + MPPE_MAX_KEY_LEN, 0);
830 res = ccp_test(f->unit, p, CILEN_LZS, 0);
849 res = ccp_test(f->unit, p, CILEN_DEFLATE, 0);
881 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 0);
898 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_1, 0) <= 0) {
907 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_2, 0) <= 0) {
1381 if (ccp_test(f->unit, opt_buf, CILEN_MPPE, 1) <= 0) {
1428 if (ccp_test(f->unit, opt_buf, CILEN_MPPE +
1448 if (ccp_test(f->unit, opt_buf, CILEN_MPPE +
1468 if (ccp_test(f->unit, opt_buf, CILEN_MPPE +
1486 if (ccp_test(f->unit, opt_buf, CILEN_MPPE +
1507 if (ccp_test(f->unit, opt_buf, CILEN_MPPE +
1527 if (ccp_test(f->unit, opt_buf, CILEN_MPPE +
1546 if (ccp_test(f->unit, opt_buf, CILEN_MPPE +
1646 if (p == p0 && ccp_test(f->unit, p, CILEN_LZS, 1) <= 0) {
1682 res = ccp_test(f->unit, p, CILEN_DEFLATE, 1);
1723 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 1);
1747 && ccp_test(f->unit, p, CILEN_PREDICTOR_1, 1) <= 0) {
1760 && ccp_test(f->unit, p, CILEN_PREDICTOR_2, 1) <= 0) {