OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:neg_accompression
(Results
1 - 5
of
5
) sorted by null
/external/ppp/pppd/plugins/pppoatm/
pppoatm.c
90
lcp_wantoptions[0].
neg_accompression
= 0;
91
lcp_allowoptions[0].
neg_accompression
= 0;
/external/ppp/pppd/
lcp.c
92
{ "noaccomp", o_bool, &lcp_wantoptions[0].
neg_accompression
,
94
OPT_A2CLR, &lcp_allowoptions[0].
neg_accompression
},
95
{ "-ac", o_bool, &lcp_wantoptions[0].
neg_accompression
,
97
OPT_ALIAS | OPT_A2CLR, &lcp_allowoptions[0].
neg_accompression
},
355
wo->
neg_accompression
= 1;
367
ao->
neg_accompression
= 1;
435
wo->neg_pcompression, wo->
neg_accompression
) < 0)
673
LENCIVOID(go->
neg_accompression
) +
750
ADDCIVOID(CI_ACCOMPRESSION, go->
neg_accompression
);
899
ACKCIVOID(CI_ACCOMPRESSION, go->
neg_accompression
);
[
all
...]
lcp.h
83
bool
neg_accompression
; /* HDLC Address/Control Field Compression? */
member in struct:lcp_options
sys-solaris.c
913
if ((!lcp_wantoptions[0].
neg_accompression
) &&
[
all
...]
/external/ppp/pppd/plugins/rp-pppoe/
plugin.c
325
lcp_allowoptions[0].
neg_accompression
= 0;
326
lcp_wantoptions[0].
neg_accompression
= 0;
Completed in 799 milliseconds