Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c348 #define CILEN_SHORT 4 /* CILEN_VOID + 2 */ macro
873 #define LENCISHORT(neg) ((neg) ? CILEN_SHORT : 0)
922 PUTCHAR(CILEN_SHORT, ucp); \
1033 if ((len -= CILEN_SHORT) < 0) \
1037 if (cilen != CILEN_SHORT || \
1046 if ((len -= CILEN_SHORT) < 0) \
1050 if (cilen != CILEN_SHORT || \
1231 len >= CILEN_SHORT && \
1232 p[1] == CILEN_SHORT && \
1234 len -= CILEN_SHORT; \
[all …]