Home | History | Annotate | Download | only in pppd

Lines Matching refs:olen

2001     int code, id, len, olen, i;
2029 GETCHAR(olen, p);
2031 if (olen < 2 || olen > len) {
2035 len -= olen;
2036 optend = p + olen;
2039 if (olen == CILEN_SHORT) {
2046 if (olen == CILEN_LONG) {
2053 if (olen >= CILEN_SHORT) {
2090 if (olen >= CILEN_SHORT) {
2104 if (olen >= CILEN_CHAR) {
2118 if (olen == CILEN_LONG) {
2125 if (olen == CILEN_VOID) {
2131 if (olen == CILEN_VOID) {
2137 if (olen == CILEN_SHORT) {
2144 if (olen == CILEN_VOID) {
2151 if (olen >= CILEN_CHAR) {
2155 epd.length = olen - CILEN_CHAR;