Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlcp.h96 unsigned chap80nt : 2; /* Microsoft (NT) CHAP */ member
H A Dlcp.c213 command_ShowNegval(lcp->cfg.chap80nt)); in lcp_ReportStatus()
272 lcp->cfg.chap80nt = NEG_ACCEPTED; in lcp_Init()
320 } else if (IsEnabled(lcp->cfg.chap80nt) || in lcp_Setup()
643 } else if (IsAccepted(lcp->cfg.chap80nt) || in lcp_auth_nak()
844 || (chap_type == 0x80 && (IsAccepted(lcp->cfg.chap80nt) || in LcpDecodeConfig()
898 } else if (chap_type == 0x80 && (IsEnabled(lcp->cfg.chap80nt) || in LcpDecodeConfig()
H A Dchap.c457 !IsAccepted(chap->auth.physical->link.lcp.cfg.chap80nt)); in chap_Read()
759 !IsAccepted(p->link.lcp.cfg.chap80nt)); in chap_Input()
891 !lanman && !IsEnabled(p->link.lcp.cfg.chap80nt)) { in chap_Input()
H A Dcommand.c2882 cx->physical->link.lcp.cfg.chap80nt &= keep; in NegotiateSet()
2883 cx->physical->link.lcp.cfg.chap80nt |= add; in NegotiateSet()