OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CILEN_COMPRESS
(Results
1 - 4
of
4
) sorted by null
/external/ppp/pppd/
ipv6cp.c
312
#define
CILEN_COMPRESS
4 /* length for RFC2023 compress opt. */
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
)) {
[
all
...]
ipcp.c
282
#define
CILEN_COMPRESS
4 /* min length for compression protocol opt. */
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
))
[
all
...]
ipxcp.c
213
#define
CILEN_COMPRESS
4 /* Minimum length of compression protocol */
[
all
...]
/external/syslinux/core/lwip/src/netif/ppp/
ipcp.c
162
#define
CILEN_COMPRESS
4 /* min length for compression protocol opt. */
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
))) {
[
all
...]
Completed in 717 milliseconds