Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dlcp.h56 u_short his_auth; /* Peer wants this type of authentication */ member
H A Ddatalink.c579 lcp->auth_iwait = lcp->his_auth; in datalink_LayerUp()
580 if (lcp->his_auth || lcp->want_auth) { in datalink_LayerUp()
584 Auth2Nam(lcp->his_auth, lcp->his_authtype), in datalink_LayerUp()
586 if (lcp->his_auth == PROTO_PAP) in datalink_LayerUp()
H A Dlcp.c297 lcp->his_auth = 0; in lcp_Setup()
832 lcp->his_auth = proto; in LcpDecodeConfig()
849 lcp->his_auth = proto; in LcpDecodeConfig()
H A Dmppe.c449 (lcp->his_auth == PROTO_CHAP && lcp->his_authtype == 0x81); in MPPEUsable()