OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bsd_compress
(Results
1 - 3
of
3
) sorted by null
/external/ppp/pppd/
ccp.h
34
bool
bsd_compress
; /* do BSD Compress? */
member in struct:ccp_options
ccp.c
81
{ "nobsdcomp", o_bool, &ccp_wantoptions[0].
bsd_compress
,
83
&ccp_allowoptions[0].
bsd_compress
},
84
{ "-bsdcomp", o_bool, &ccp_wantoptions[0].
bsd_compress
,
86
&ccp_allowoptions[0].
bsd_compress
},
242
#define ANY_COMPRESS(opt) ((opt).deflate || (opt).
bsd_compress
\
284
ccp_wantoptions[0].
bsd_compress
= 1;
287
ccp_wantoptions[0].
bsd_compress
= 0;
289
ccp_allowoptions[0].
bsd_compress
= 1;
292
ccp_allowoptions[0].
bsd_compress
= 0;
375
ccp_wantoptions[0].
bsd_compress
= 1
[
all
...]
/external/ppp/pppd/plugins/rp-pppoe/
plugin.c
340
ccp_allowoptions[0].
bsd_compress
= 0;
341
ccp_wantoptions[0].
bsd_compress
= 0;
Completed in 3494 milliseconds