Searched defs:CILEN_CHAP (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c357 #define CILEN_CHAP 5 /* CILEN_VOID + 2 + 1 */ macro
879 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0)
936 PUTCHAR(CILEN_CHAP, ucp); \
1082 if ((len -= CILEN_CHAP) < 0) \
1086 if (cilen != CILEN_CHAP || \
1336 } else if (cishort == PPP_CHAP && cilen >= CILEN_CHAP) {
1354 p += cilen - CILEN_CHAP;
1756 len >= CILEN_CHAP && p[1] == CILEN_CHAP && p[0] == CI_AUTHTYPE) {
1757 len -= CILEN_CHAP;
[all...]

Completed in 47 milliseconds