Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c349 #define CILEN_CHAP 5 /* CILEN_VOID + 2 + 1 */ macro
871 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0)
928 PUTCHAR(CILEN_CHAP, ucp); \
1074 if ((len -= CILEN_CHAP) < 0) \
1078 if (cilen != CILEN_CHAP || \
1328 } else if (cishort == PPP_CHAP && cilen >= CILEN_CHAP) {
1346 p += cilen - CILEN_CHAP;
1748 len >= CILEN_CHAP && p[1] == CILEN_CHAP && p[0] == CI_AUTHTYPE) {
1749 len -= CILEN_CHAP;
2038 if (cilen >= CILEN_CHAP &&
[all …]