Home | History | Annotate | Download | only in pppd

Lines Matching refs:CILEN_COMPRESS

303 #define CILEN_COMPRESS	4	/* length for RFC2023 compress opt. */
542 CILEN_COMPRESS : 0)
564 int vjlen = CILEN_COMPRESS; \
619 int vjlen = CILEN_COMPRESS; \
708 ((cilen = p[1]) == CILEN_COMPRESS) && \
768 (cilen != CILEN_COMPRESS))
844 p[1] == CILEN_COMPRESS && \
983 (cilen != CILEN_COMPRESS)) {
1478 if (olen >= CILEN_COMPRESS) {