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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c355 #define CILEN_CHAR 3 macro
880 #define LENCICHAR(neg) ((neg) ? CILEN_CHAR : 0)
905 (go->neg_endpoint? CILEN_CHAR + go->endpoint.length: 0));
956 PUTCHAR(CILEN_CHAR, ucp); \
963 PUTCHAR(CILEN_CHAR + len, ucp); \
1069 if ((len -= CILEN_CHAR) < 0) \
1073 if (cilen != CILEN_CHAR || \
1130 if ((len -= CILEN_CHAR + vlen) < 0) \
1134 if (cilen != CILEN_CHAR + vlen || \
1228 len >= CILEN_CHAR
[all...]

Completed in 59 milliseconds