Searched refs:CILEN_VJ (Results 1 – 1 of 1) sorted by relevance
283 #define CILEN_VJ 6 /* length for RFC1332 Van-Jacobson opt. */ macro732 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)793 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \913 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \1058 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \1122 } else if (cilen == CILEN_VJ) {1188 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS))1308 p[1] == (old? CILEN_COMPRESS : CILEN_VJ) && \1601 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS)) {1615 if (cilen == CILEN_VJ) {