Home
last modified time | relevance | path

Searched refs:negenddisc (Results 1 – 4 of 4) sorted by relevance

/external/libppp/src/
Dmp.h98 unsigned negenddisc : 2; /* I want an endpoint discriminator */ member
Dmp.c279 mp->cfg.negenddisc = NEG_ENABLED|NEG_ACCEPTED; in mp_Init()
890 command_ShowNegval(mp->cfg.negenddisc)); in mp_ShowStatus()
Dlcp.c480 if (mp->cfg.enddisc.class != 0 && IsEnabled(mp->cfg.negenddisc) && in LcpSendConfigReq()
1207 } else if (!IsAccepted(mp->cfg.negenddisc)) { in LcpDecodeConfig()
Dcommand.c2910 arg->bundle->ncp.mp.cfg.negenddisc &= keep; in NegotiateSet()
2911 arg->bundle->ncp.mp.cfg.negenddisc |= add; in NegotiateSet()