Home
last modified time | relevance | path

Searched refs:CILEN_CHAP (Results 1 – 1 of 1) sorted by relevance

/external/ppp/pppd/
Dlcp.c288 #define CILEN_CHAP 5 /* CILEN_VOID + 2 + 1 */ macro
677 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0)
729 PUTCHAR(CILEN_CHAP, ucp); \
848 if ((len -= CILEN_CHAP) < 0) \
852 if (cilen != CILEN_CHAP || \
986 len >= CILEN_CHAP && \
987 p[1] == CILEN_CHAP && \
989 len -= CILEN_CHAP; \
1110 } else if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
1386 len >= CILEN_CHAP && \
[all …]