Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dlcp.c289 #define CILEN_LONG 6 /* CILEN_VOID + 4 */ macro
679 #define LENCILONG(neg) ((neg) ? CILEN_LONG : 0)
736 PUTCHAR(CILEN_LONG, ucp); \
864 if ((len -= CILEN_LONG) < 0) \
868 if (cilen != CILEN_LONG || \
1020 len >= CILEN_LONG && \
1021 p[1] == CILEN_LONG && \
1023 len -= CILEN_LONG; \
1266 || no.neg_asyncmap || cilen != CILEN_LONG)
1276 cilen != CILEN_LONG)
[all …]