Home | History | Annotate | Download | only in pppd

Lines Matching defs:optlen

1497     int optlen;
1525 optlen = p[1];
1526 if (optlen < 2 || optlen > len)
1529 len -= optlen;
1530 optend = p + optlen;
1534 if (optlen >= CILEN_MPPE) {
1555 if (optlen >= CILEN_DEFLATE) {
1567 if (optlen >= CILEN_BSD_COMPRESS) {
1574 if (optlen >= CILEN_PREDICTOR_1) {
1580 if (optlen >= CILEN_PREDICTOR_2) {