Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dccp.h48 #define CCP_NEG_PRED1 1 macro
H A Dpred.c324 CCP_NEG_PRED1,
H A Dccp.c224 command_ShowNegval(ccp->cfg.neg[CCP_NEG_PRED1])); in ccp_ReportStatus()
258 ccp->cfg.neg[CCP_NEG_PRED1] = NEG_ENABLED|NEG_ACCEPTED; in ccp_Init()
H A Dcommand.c2938 l->ccp.cfg.neg[CCP_NEG_PRED1] &= keep; in NegotiateSet()
2939 l->ccp.cfg.neg[CCP_NEG_PRED1] |= add; in NegotiateSet()