Home
last modified time | relevance | path

Searched refs:want_auth (Results 1 – 5 of 5) sorted by relevance

/freebsd-12-stable/usr.sbin/ppp/
Dlcp.c319 lcp->want_auth = PROTO_CHAP; in lcp_Setup()
324 lcp->want_auth = PROTO_CHAP; in lcp_Setup()
327 lcp->want_auth = PROTO_CHAP; in lcp_Setup()
331 lcp->want_auth = PROTO_PAP; in lcp_Setup()
334 lcp->want_auth = 0; in lcp_Setup()
349 lcp->want_auth = 0; in lcp_Setup()
437 switch (lcp->want_auth) { in LcpSendConfigReq()
888 lcp->want_auth = PROTO_PAP; in LcpDecodeConfig()
897 lcp->want_auth = PROTO_CHAP; in LcpDecodeConfig()
902 lcp->want_auth = PROTO_CHAP; in LcpDecodeConfig()
[all …]
Dlcp.h71 u_short want_auth; /* We want this type of authentication */ member
Ddatalink.c580 lcp->auth_ineed = lcp->want_auth; in datalink_LayerUp()
582 if (lcp->his_auth || lcp->want_auth) { in datalink_LayerUp()
587 Auth2Nam(lcp->want_auth, lcp->want_authtype)); in datalink_LayerUp()
590 if (lcp->want_auth == PROTO_CHAP) in datalink_LayerUp()
Dmppe.c450 ok = (lcp->want_auth == PROTO_CHAP && lcp->want_authtype == 0x81) || in MPPEUsable()
Dradius.c949 switch (authp->physical->link.lcp.want_auth) { in radius_Authenticate()