Home
last modified time | relevance | path

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

/external/ppp/pppd/
Dipv6cp.c312 #define CILEN_COMPRESS 4 /* length for RFC2023 compress opt. */ macro
551 #define LENCIVJ(neg) (neg ? CILEN_COMPRESS : 0)
573 int vjlen = CILEN_COMPRESS; \
628 int vjlen = CILEN_COMPRESS; \
717 ((cilen = p[1]) == CILEN_COMPRESS) && \
777 (cilen != CILEN_COMPRESS))
853 p[1] == CILEN_COMPRESS && \
992 (cilen != CILEN_COMPRESS)) {
1461 if (olen >= CILEN_COMPRESS) {
Dipcp.c282 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */ macro
732 #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) && \
1188 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS))
1308 p[1] == (old? CILEN_COMPRESS : CILEN_VJ) && \
1601 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS)) {
1608 (cishort == IPCP_VJ_COMP_OLD && cilen == CILEN_COMPRESS))) {
2200 if (olen >= CILEN_COMPRESS) {
Dipxcp.c213 #define CILEN_COMPRESS 4 /* Minimum length of compression protocol */ macro
1534 if (olen == CILEN_COMPRESS) {