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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dipv6cp.c259 #define CILEN_COMPRESS 4 /* length for RFC2023 compress opt. */ macro
481 #define LENCIVJ(neg) (neg ? CILEN_COMPRESS : 0)
503 int vjlen = CILEN_COMPRESS; \
558 int vjlen = CILEN_COMPRESS; \
646 ((cilen = p[1]) == CILEN_COMPRESS) && \
704 (cilen != CILEN_COMPRESS))
780 p[1] == CILEN_COMPRESS && \
930 if (cilen != CILEN_COMPRESS) {
1456 if (olen >= CILEN_COMPRESS) {
H A Dipcp.c223 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */ macro
511 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)
566 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
654 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
748 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
842 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS))
932 p[1] == (old? CILEN_COMPRESS : CILEN_VJ) && \
1237 if (cilen != CILEN_VJ && cilen != CILEN_COMPRESS) {
1243 (cishort != IPCP_VJ_COMP_OLD || cilen != CILEN_COMPRESS)) {
1272 PUTCHAR(CILEN_COMPRESS, nak
[all...]

Completed in 64 milliseconds