Home | History | Annotate | Download | only in pppd

Lines Matching refs:optlen

1493     int optlen;
1521 optlen = p[1];
1522 if (optlen < 2 || optlen > len)
1525 len -= optlen;
1526 optend = p + optlen;
1530 if (optlen >= CILEN_MPPE) {
1551 if (optlen >= CILEN_DEFLATE) {
1563 if (optlen >= CILEN_BSD_COMPRESS) {
1570 if (optlen >= CILEN_PREDICTOR_1) {
1576 if (optlen >= CILEN_PREDICTOR_2) {