Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlcp.h94 unsigned chap05 : 2; /* Challenge Handshake Authentication proto */ member
H A Dlcp.c210 command_ShowNegval(lcp->cfg.chap05)); in lcp_ReportStatus()
270 lcp->cfg.chap05 = NEG_ACCEPTED; in lcp_Init()
316 if (IsEnabled(lcp->cfg.chap05)) { in lcp_Setup()
639 if (IsAccepted(lcp->cfg.chap05)) { in lcp_auth_nak()
842 if ((chap_type == 0x05 && IsAccepted(lcp->cfg.chap05)) in LcpDecodeConfig()
894 if (chap_type == 0x05 && IsEnabled(lcp->cfg.chap05)) { in LcpDecodeConfig()
H A DREADME.changes107 is not required, you must ``deny chap05 chap80''.
H A Dcommand.c2873 cx->physical->link.lcp.cfg.chap05 &= keep; in NegotiateSet()
2874 cx->physical->link.lcp.cfg.chap05 |= add; in NegotiateSet()