Searched refs:CILEN_VJ (Results 1 – 1 of 1) sorted by relevance
217 #define CILEN_VJ 6 /* length for RFC1332 Van-Jacobson opt. */ macro504 #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) && \783 if (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) {1239 } else if (cilen == CILEN_VJ) {[all …]