Home
last modified time | relevance | path

Searched refs:want_authtype (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.sbin/ppp/
H A Dchap.c509 if (authp->physical->link.lcp.want_authtype == 0x80) in chap_ChallengeInit()
511 else if (authp->physical->link.lcp.want_authtype == 0x81) in chap_ChallengeInit()
530 authp->physical->link.lcp.want_authtype); in chap_Challenge()
539 if (authp->physical->link.lcp.want_authtype == 0x81) in chap_Challenge()
556 if (authp->physical->link.lcp.want_authtype == 0x81) { in chap_Success()
603 if (authp->physical->link.lcp.want_authtype == 0x80) { in chap_Failure()
606 } else if (authp->physical->link.lcp.want_authtype == 0x81) { in chap_Failure()
784 lanman = p->link.lcp.want_authtype == 0x80 && in chap_Input()
854 if (p->link.lcp.want_authtype == 0x81) { in chap_Input()
873 if (p->link.lcp.want_authtype == 0x81 && ans[alen] != '\0' && in chap_Input()
[all …]
H A Dlcp.c318 lcp->want_authtype = 0x05; in lcp_Setup()
323 lcp->want_authtype = 0x80; in lcp_Setup()
326 lcp->want_authtype = 0x81; in lcp_Setup()
330 lcp->want_authtype = 0; in lcp_Setup()
333 lcp->want_authtype = 0; in lcp_Setup()
348 lcp->want_authtype = 0; in lcp_Setup()
445 o->data[2] = lcp->want_authtype; in LcpSendConfigReq()
887 lcp->want_authtype = 0; in LcpDecodeConfig()
896 lcp->want_authtype = 0x05; in LcpDecodeConfig()
901 lcp->want_authtype = 0x80; in LcpDecodeConfig()
[all …]
H A Dlcp.h70 u_char want_authtype; /* Fifth octet of REQ/NAK/REJ */ member
H A Dradius.c960 switch (authp->physical->link.lcp.want_authtype) { in radius_Authenticate()
1016 authp->physical->link.lcp.want_authtype); in radius_Authenticate()
H A Dmppe.c448 ok = (lcp->want_auth == PROTO_CHAP && lcp->want_authtype == 0x81) || in MPPEUsable()
H A Ddatalink.c585 Auth2Nam(lcp->want_auth, lcp->want_authtype)); in datalink_LayerUp()