Searched refs:CILEN_COMPRESS (Results 1 – 2 of 2) sorted by relevance
259 #define CILEN_COMPRESS 4 /* length for RFC2023 compress opt. */ macro481 #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) {
223 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */ macro511 #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, nakp);[all …]