OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsAccepted
(Results
1 - 6
of
6
) sorted by null
/external/libppp/src/
command.h
59
#define
IsAccepted
(x) ((x) & NEG_ACCEPTED)
lcp.c
627
if (
IsAccepted
(lcp->cfg.pap)) {
639
if (
IsAccepted
(lcp->cfg.chap05)) {
643
} else if (
IsAccepted
(lcp->cfg.chap80nt) ||
644
IsAccepted
(lcp->cfg.chap80lm)) {
647
} else if (
IsAccepted
(lcp->cfg.chap81)) {
831
if (opt->hdr.len == 4 &&
IsAccepted
(lcp->cfg.pap)) {
842
if ((chap_type == 0x05 &&
IsAccepted
(lcp->cfg.chap05))
844
|| (chap_type == 0x80 && (
IsAccepted
(lcp->cfg.chap80nt) ||
845
(
IsAccepted
(lcp->cfg.chap80lm))))
846
|| (chap_type == 0x81 &&
IsAccepted
(lcp->cfg.chap81)
[
all
...]
chap.c
456
IsAccepted
(chap->auth.physical->link.lcp.cfg.chap80lm)) ||
457
!
IsAccepted
(chap->auth.physical->link.lcp.cfg.chap80nt));
758
((chap->NTRespSent &&
IsAccepted
(p->link.lcp.cfg.chap80lm)) ||
759
!
IsAccepted
(p->link.lcp.cfg.chap80nt));
ccp.c
604
if (
IsAccepted
(ccp->cfg.neg[algorithm[f]->Neg]) &&
808
if (
IsAccepted
(ccp->cfg.neg[f]))
lqr.c
217
else if (!
IsAccepted
(l->lcp.cfg.lqr) && !(p->hdlc.lqm.method & LQM_LQR)) {
ipcp.c
[
all
...]
Completed in 71 milliseconds