Home
last modified time | relevance | path

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

/freebsd-12-stable/usr.sbin/ppp/
Dlcp.h58 u_short his_auth; /* Peer wants this type of authentication */ member
Ddatalink.c581 lcp->auth_iwait = lcp->his_auth; in datalink_LayerUp()
582 if (lcp->his_auth || lcp->want_auth) { in datalink_LayerUp()
586 Auth2Nam(lcp->his_auth, lcp->his_authtype), in datalink_LayerUp()
588 if (lcp->his_auth == PROTO_PAP) in datalink_LayerUp()
Dlcp.c299 lcp->his_auth = 0; in lcp_Setup()
834 lcp->his_auth = proto; in LcpDecodeConfig()
851 lcp->his_auth = proto; in LcpDecodeConfig()
Dmppe.c451 (lcp->his_auth == PROTO_CHAP && lcp->his_authtype == 0x81); in MPPEUsable()