Home
last modified time | relevance | path

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

/freebsd/usr.sbin/ppp/
H A Dchap.c454 int lanman = chap->auth.physical->link.lcp.his_authtype == 0x80 && in chap_Read()
469 , chap->auth.physical->link.lcp.his_authtype, lanman in chap_Read()
757 lanman = p->link.lcp.his_authtype == 0x80 && in chap_Input()
845 , p->link.lcp.his_authtype, lanman in chap_Input()
940 if (p->link.lcp.his_authtype == 0x81) { in chap_Input()
H A Dlcp.h57 u_char his_authtype; /* Fifth octet of REQ/NAK/REJ */ member
H A Dlcp.c298 lcp->his_authtype = 0; in lcp_Setup()
833 lcp->his_authtype = 0; in LcpDecodeConfig()
850 lcp->his_authtype = chap_type; in LcpDecodeConfig()
H A Dmppe.c449 (lcp->his_auth == PROTO_CHAP && lcp->his_authtype == 0x81); in MPPEUsable()
H A Ddatalink.c584 Auth2Nam(lcp->his_auth, lcp->his_authtype), in datalink_LayerUp()