Home | History | Annotate | Download | only in pppd

Lines Matching refs:CILEN_COMPRESS

274 #define CILEN_COMPRESS	4	/* min length for compression protocol opt. */
716 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)
774 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
877 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
1003 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
1131 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS))
1226 p[1] == (old? CILEN_COMPRESS : CILEN_VJ) && \
1500 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS)) {
1507 (cishort == IPCP_VJ_COMP_OLD && cilen == CILEN_COMPRESS))) {
2083 if (olen >= CILEN_COMPRESS) {