Searched refs:CILEN_VOID (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c354 #define CILEN_VOID 2 macro
356 #define CILEN_SHORT 4 /* CILEN_VOID + 2 */
357 #define CILEN_CHAP 5 /* CILEN_VOID + 2 + 1 */
358 #define CILEN_LONG 6 /* CILEN_VOID + 4 */
359 #define CILEN_LQR 8 /* CILEN_VOID + 2 + 4 */
878 #define LENCIVOID(neg) ((neg) ? CILEN_VOID : 0)
925 PUTCHAR(CILEN_VOID, ucp); \
1031 if ((len -= CILEN_VOID) < 0) \
1035 if (cilen != CILEN_VOID || \
1218 len >= CILEN_VOID
[all...]
H A Dipv6cp.c258 #define CILEN_VOID 2 macro
694 while (len > CILEN_VOID) {
H A Dipcp.c222 #define CILEN_VOID 2 macro
832 while (len > CILEN_VOID) {

Completed in 67 milliseconds