Home | History | Annotate | Download | only in pppd

Lines Matching defs:clen

1076     int len, clen, type, nb;
1095 clen = len;
1100 clen = p[1];
1105 if (!ao->mppe || clen != CILEN_MPPE) {
1204 if (!ao->deflate || clen != CILEN_DEFLATE
1249 if (!ao->bsd_compress || clen != CILEN_BSD_COMPRESS) {
1291 if (!ao->predictor_1 || clen != CILEN_PREDICTOR_1) {
1304 if (!ao->predictor_2 || clen != CILEN_PREDICTOR_2) {
1329 BCOPY(p, retp, clen);
1330 retp += clen;
1333 p += clen;
1334 len -= clen;