Home
last modified time | relevance | path

Searched refs:CILEN_COMPRESS (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Dipv6cp.c303 #define CILEN_COMPRESS 4 /* length for RFC2023 compress opt. */ macro
542 #define LENCIVJ(neg) (neg ? 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) {
Dipcp.c274 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */ macro
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) {
Dipxcp.c213 #define CILEN_COMPRESS 4 /* Minimum length of compression protocol */ macro
1534 if (olen == CILEN_COMPRESS) {