Searched refs:CILEN_COMPRESS (Results 1 - 4 of 4) sorted by relevance

/external/ppp/pppd/
H A 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) {
H A 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) {
[all...]
H A Dipxcp.c213 #define CILEN_COMPRESS 4 /* Minimum length of compression protocol */ macro
1534 if (olen == CILEN_COMPRESS) {
/external/syslinux/core/lwip/src/netif/ppp/
H A Dipcp.c162 #define CILEN_COMPRESS 4 /* min length for compression protocol opt. */ macro
309 #define LENCIVJ(neg, old) (neg ? (old? CILEN_COMPRESS : CILEN_VJ) : 0)
355 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
440 int vjlen = old? CILEN_COMPRESS : CILEN_VJ; \
585 ((cilen = p[1]) == CILEN_COMPRESS || cilen == CILEN_VJ) && \
683 (cilen != CILEN_VJ && cilen != CILEN_COMPRESS)) {
791 p[1] == (old? CILEN_COMPRESS : CILEN_VJ) && \
1076 } else if (cilen != CILEN_VJ && cilen != CILEN_COMPRESS) {
1084 (cishort == IPCP_VJ_COMP_OLD && cilen == CILEN_COMPRESS))) {

Completed in 86 milliseconds