Home | History | Annotate | Download | only in pppd

Lines Matching refs:ccp_test

622 	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(f->unit, p, CILEN_PREDICTOR_1, 0) <= 0) {
791 if (p == p0 && ccp_test(f->unit, p, CILEN_PREDICTOR_2, 0) <= 0) {
1178 if (ccp_test(f->unit, opt_buf,
1237 res = ccp_test(f->unit, p, CILEN_DEFLATE, 1);
1278 res = ccp_test(f->unit, p, CILEN_BSD_COMPRESS, 1);
1302 && ccp_test(f->unit, p, CILEN_PREDICTOR_1, 1) <= 0) {
1315 && ccp_test(f->unit, p, CILEN_PREDICTOR_2, 1) <= 0) {