Home
last modified time | relevance | path

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.c255 #define CILEN_COMPRESS 4 /* length for RFC2023 compress opt. */ macro
477 #define LENCIVJ(neg) (neg ? CILEN_COMPRESS : 0)
499 int vjlen = CILEN_COMPRESS; \
554 int vjlen = CILEN_COMPRESS; \
642 ((cilen = p[1]) == CILEN_COMPRESS) && \
700 (cilen != CILEN_COMPRESS))
776 p[1] == CILEN_COMPRESS && \
926 if (cilen != CILEN_COMPRESS) {
1452 if (olen >= CILEN_COMPRESS) {
H A Dipcp.c216 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */ macro
504 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)
559 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
647 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
741 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
835 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS))
925 p[1] == (old? CILEN_COMPRESS : CILEN_VJ) && \
1230 if (cilen != CILEN_VJ && cilen != CILEN_COMPRESS) {
1236 (cishort != IPCP_VJ_COMP_OLD || cilen != CILEN_COMPRESS)) {
1265 PUTCHAR(CILEN_COMPRESS, nakp);
[all …]