Searched refs:chap05 (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/usr.sbin/ppp/
H A Dlcp.h94 unsigned chap05 : 2; /* Challenge Handshake Authentication proto */ member in struct:lcp::__anon11705
H A Dlcp.c210 command_ShowNegval(lcp->cfg.chap05));
270 lcp->cfg.chap05 = NEG_ACCEPTED;
316 if (IsEnabled(lcp->cfg.chap05)) {
639 if (IsAccepted(lcp->cfg.chap05)) {
842 if ((chap_type == 0x05 && IsAccepted(lcp->cfg.chap05))
894 if (chap_type == 0x05 && IsEnabled(lcp->cfg.chap05)) {
H A Dcommand.c2868 cx->physical->link.lcp.cfg.chap05 &= keep;
2869 cx->physical->link.lcp.cfg.chap05 |= add;
3021 {"chap", "chap05", NegotiateSet, LOCAL_AUTH | LOCAL_CX,

Completed in 77 milliseconds