HomeSort by relevance Sort by last modified time
    Searched refs:CILEN_COMPRESS (Results 1 - 3 of 3) sorted by null

  /external/ppp/pppd/
ipv6cp.c 303 #define CILEN_COMPRESS 4 /* length for RFC2023 compress opt. */
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)) {
    [all...]
ipcp.c 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) && \
    [all...]
ipxcp.c 213 #define CILEN_COMPRESS 4 /* Minimum length of compression protocol */
    [all...]

Completed in 153 milliseconds