Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dlcp.c286 #define CILEN_CHAR 3 macro
699 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
749 PUTCHAR(CILEN_CHAR, ucp); \
756 PUTCHAR(CILEN_CHAR + len, ucp); \
835 if ((len -= CILEN_CHAR) < 0) \
839 if (cilen != CILEN_CHAR || \
894 if ((len -= CILEN_CHAR + vlen) < 0) \
898 if (cilen != CILEN_CHAR + vlen || \
998 len >= CILEN_CHAR && \
999 p[1] == CILEN_CHAR && \
[all …]