Lines Matching refs:cilen
640 u_char cilen, citype, cichar;
654 GETCHAR(cilen, p); \
655 if (cilen != CILEN_VOID || citype != opt) \
663 GETCHAR(cilen, p); \
664 if (cilen != CILEN_SHORT || citype != opt) \
675 GETCHAR(cilen, p); \
676 if (cilen != CILEN_CHAR || citype != opt) \
687 GETCHAR(cilen, p); \
688 if (cilen != CILEN_CHAP || citype != opt) \
702 GETCHAR(cilen, p); \
703 if (cilen != CILEN_LONG || citype != opt) \
714 GETCHAR(cilen, p); \
715 if (cilen != CILEN_LQR || citype != opt) \
769 int cilen;
879 cilen = p[1];
880 len -= cilen;
885 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
896 } else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
924 p += cilen - CILEN_SHORT;
986 GETCHAR(cilen, p);
987 if (cilen < CILEN_VOID || (len -= cilen) < 0) {
990 next = p + cilen - 2;
995 || no.neg_mru || cilen != CILEN_SHORT) {
1005 || no.neg_asyncmap || cilen != CILEN_LONG) {
1016 cilen != CILEN_LONG) {
1022 || cilen != CILEN_VOID) {
1028 || cilen != CILEN_VOID) {
1033 if (go->neg_lqr || no.neg_lqr || cilen != CILEN_LQR) {
1232 int cilen, citype; /* Parsed len, type */
1266 cilen = l; /* Reject till end of packet */
1272 GETCHAR(cilen, p); /* Parse CI length */
1273 l -= cilen; /* Adjust remaining length */
1274 next += cilen; /* Step to next CI */
1282 } else if (cilen != CILEN_SHORT) { /* Check CI length */
1315 } else if (cilen != CILEN_LONG) {
1344 if (cilen < CILEN_SHORT) {
1374 } else if (cilen != CILEN_SHORT) {
1400 } else if (cilen != CILEN_CHAP) {
1464 cilen != CILEN_LQR) {
1485 cilen != CILEN_LONG) {
1518 cilen != CILEN_VOID) {
1531 cilen != CILEN_VOID) {
1597 BCOPY(cip, rejp, cilen); /* Move it */
1599 INCPTR(cilen, rejp); /* Update output pointer */