Lines Matching refs:CILEN_CHAP
197 #define CILEN_CHAP 5 /* CILEN_VOID + sizeof(short) + 1 */
537 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0)
584 PUTCHAR(CILEN_CHAP, ucp); \
684 if ((len -= CILEN_CHAP) < 0) \
688 if (cilen != CILEN_CHAP || citype != opt) \
791 len >= CILEN_CHAP && \
792 p[1] == CILEN_CHAP && \
794 len -= CILEN_CHAP; \
896 } else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
1121 len >= CILEN_CHAP && \
1122 p[1] == CILEN_CHAP && \
1124 len -= CILEN_CHAP; \
1383 PUTCHAR(CILEN_CHAP, nakp);
1400 } else if (cilen != CILEN_CHAP) {
1422 PUTCHAR(CILEN_CHAP, nakp);
1445 PUTCHAR(CILEN_CHAP, nakp);