Lines Matching defs:cilen
555 u_char cilen, citype, cichar;
569 GETCHAR(cilen, p); \
570 if (cilen != CILEN_VOID || \
579 GETCHAR(cilen, p); \
580 if (cilen != CILEN_SHORT || \
592 GETCHAR(cilen, p); \
593 if (cilen != CILEN_CHAR || \
605 GETCHAR(cilen, p); \
606 if (cilen != CILEN_CHAP || \
621 GETCHAR(cilen, p); \
622 if (cilen != CILEN_LONG || \
634 GETCHAR(cilen, p); \
635 if (cilen != CILEN_LQR || \
689 int cilen;
798 cilen = p[1];
799 len -= cilen;
804 if (cishort == PPP_PAP && cilen == CILEN_SHORT) {
814 } else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
840 p += cilen - CILEN_SHORT;
901 GETCHAR(cilen, p);
902 if (cilen < CILEN_VOID || (len -= cilen) < 0)
904 next = p + cilen - 2;
909 || no.neg_mru || cilen != CILEN_SHORT)
917 || no.neg_asyncmap || cilen != CILEN_LONG)
926 cilen != CILEN_LONG)
931 || cilen != CILEN_VOID)
936 || cilen != CILEN_VOID)
940 if (go->neg_lqr || no.neg_lqr || cilen != CILEN_LQR)
1126 int cilen, citype, cichar; /* Parsed len, type, char value */
1155 cilen = l; /* Reject till end of packet */
1161 GETCHAR(cilen, p); /* Parse CI length */
1162 l -= cilen; /* Adjust remaining length */
1163 next += cilen; /* Step to next CI */
1169 cilen != CILEN_SHORT) { /* Check CI length */
1195 cilen != CILEN_LONG) {
1219 if (cilen < CILEN_SHORT ||
1243 cilen != CILEN_SHORT) {
1262 cilen != CILEN_CHAP) {
1309 cilen != CILEN_LQR) {
1335 cilen != CILEN_LONG) {
1362 cilen != CILEN_VOID) {
1372 cilen != CILEN_VOID) {
1405 BMOVE(cip, rejp, cilen); /* Move it (NB: overlapped regions) */
1406 INCPTR(cilen, rejp); /* Update output pointer */