OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CILEN_BSD_COMPRESS
(Results
1 - 5
of
5
) sorted by null
/external/ppp/pppd/
ccp.c
630
opt_buf[1] =
CILEN_BSD_COMPRESS
;
632
if (ccp_test(f->unit, opt_buf,
CILEN_BSD_COMPRESS
, 0) <= 0)
678
return (go->bsd_compress?
CILEN_BSD_COMPRESS
: 0)
755
p[1] =
CILEN_BSD_COMPRESS
;
758
p +=
CILEN_BSD_COMPRESS
; /* not the first option */
765
res = ccp_test(f->unit, p,
CILEN_BSD_COMPRESS
, 0);
767
p +=
CILEN_BSD_COMPRESS
;
856
if (len <
CILEN_BSD_COMPRESS
857
|| p[0] != CI_BSD_COMPRESS || p[1] !=
CILEN_BSD_COMPRESS
860
p +=
CILEN_BSD_COMPRESS
;
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
ppp-comp.h
168
#define
CILEN_BSD_COMPRESS
3 /* length of config. option */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h
168
#define
CILEN_BSD_COMPRESS
3 /* length of config. option */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
ppp-comp.h
168
#define
CILEN_BSD_COMPRESS
3 /* length of config. option */
/external/ppp/pppd/include/net/
ppp-comp.h
138
#define
CILEN_BSD_COMPRESS
3 /* length of config. option */
Completed in 2394 milliseconds