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

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dlcp.c311 #define CILEN_CHAP 5 /* CILEN_VOID + 2 + 1 */ macro
776 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0)
854 PUTCHAR(CILEN_CHAP, ucp); \
998 if ((len -= CILEN_CHAP) < 0) \
1002 if (cilen != CILEN_CHAP || \
1160 len >= CILEN_CHAP && \
1161 p[1] == CILEN_CHAP && \
1163 len -= CILEN_CHAP; \
1314 if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
1630 len >= CILEN_CHAP
[all...]
/barrelfish-master/include/lwip2/netif/ppp/
H A Dlcp.c311 #define CILEN_CHAP 5 /* CILEN_VOID + 2 + 1 */ macro
776 #define LENCICHAP(neg) ((neg) ? CILEN_CHAP : 0)
854 PUTCHAR(CILEN_CHAP, ucp); \
998 if ((len -= CILEN_CHAP) < 0) \
1002 if (cilen != CILEN_CHAP || \
1160 len >= CILEN_CHAP && \
1161 p[1] == CILEN_CHAP && \
1163 len -= CILEN_CHAP; \
1314 if (cishort == PPP_CHAP && cilen == CILEN_CHAP) {
1630 len >= CILEN_CHAP
[all...]

Completed in 44 milliseconds