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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c356 #define CILEN_SHORT 4 /* CILEN_VOID + 2 */ macro
881 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0)
930 PUTCHAR(CILEN_SHORT, ucp); \
1041 if ((len -= CILEN_SHORT) < 0) \
1045 if (cilen != CILEN_SHORT || \
1054 if ((len -= CILEN_SHORT) < 0) \
1058 if (cilen != CILEN_SHORT || \
1239 len >= CILEN_SHORT && \
1240 p[1] == CILEN_SHORT && \
1242 len -= CILEN_SHORT; \
[all...]

Completed in 97 milliseconds