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

/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dlcp.c308 #define CILEN_CHAR 3 macro
827 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
877 PUTCHAR(CILEN_CHAR, ucp); \
884 PUTCHAR(CILEN_CHAR + len, ucp); \
984 if ((len -= CILEN_CHAR) < 0) \
988 if (cilen != CILEN_CHAR || \
1047 if ((len -= CILEN_CHAR + vlen) < 0) \
1051 if (cilen != CILEN_CHAR + vlen || \
1173 len >= CILEN_CHAR && \
1174 p[1] == CILEN_CHAR
[all...]
/barrelfish-master/include/lwip2/netif/ppp/
H A Dlcp.c308 #define CILEN_CHAR 3 macro
827 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
877 PUTCHAR(CILEN_CHAR, ucp); \
884 PUTCHAR(CILEN_CHAR + len, ucp); \
984 if ((len -= CILEN_CHAR) < 0) \
988 if (cilen != CILEN_CHAR || \
1047 if ((len -= CILEN_CHAR + vlen) < 0) \
1051 if (cilen != CILEN_CHAR + vlen || \
1173 len >= CILEN_CHAR && \
1174 p[1] == CILEN_CHAR
[all...]

Completed in 33 milliseconds