OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NEG_ACCEPTED
(Results
1 - 6
of
6
) sorted by null
/external/libppp/src/
command.h
57
#define
NEG_ACCEPTED
(1)
59
#define IsAccepted(x) ((x) &
NEG_ACCEPTED
)
lcp.c
269
lcp->cfg.acfcomp = NEG_ENABLED|
NEG_ACCEPTED
;
270
lcp->cfg.chap05 =
NEG_ACCEPTED
;
272
lcp->cfg.chap80nt =
NEG_ACCEPTED
;
274
lcp->cfg.chap81 =
NEG_ACCEPTED
;
276
lcp->cfg.lqr =
NEG_ACCEPTED
;
278
lcp->cfg.pap =
NEG_ACCEPTED
;
279
lcp->cfg.protocomp = NEG_ENABLED|
NEG_ACCEPTED
;
[
all
...]
ccp.c
257
ccp->cfg.neg[CCP_NEG_DEFLATE] = NEG_ENABLED|
NEG_ACCEPTED
;
258
ccp->cfg.neg[CCP_NEG_PRED1] = NEG_ENABLED|
NEG_ACCEPTED
;
264
ccp->cfg.neg[CCP_NEG_MPPE] = NEG_ENABLED|
NEG_ACCEPTED
;
mp.c
278
mp->cfg.shortseq = NEG_ENABLED|
NEG_ACCEPTED
;
279
mp->cfg.negenddisc = NEG_ENABLED|
NEG_ACCEPTED
;
[
all
...]
ipcp.c
480
ipcp->cfg.vj.neg = NEG_ENABLED|
NEG_ACCEPTED
;
[
all
...]
command.c
[
all
...]
Completed in 85 milliseconds