Home
last modified time | relevance | path

Searched refs:PROTO_CHAP (Results 1 – 9 of 9) sorted by relevance

/external/libppp/src/
Dlcp.c317 lcp->want_auth = PROTO_CHAP; in lcp_Setup()
322 lcp->want_auth = PROTO_CHAP; in lcp_Setup()
325 lcp->want_auth = PROTO_CHAP; in lcp_Setup()
442 case PROTO_CHAP: in LcpSendConfigReq()
443 proto = PROTO_CHAP; in LcpSendConfigReq()
636 nak.data[0] = (unsigned char)(PROTO_CHAP >> 8); in lcp_auth_nak()
637 nak.data[1] = (unsigned char)PROTO_CHAP; in lcp_auth_nak()
841 case PROTO_CHAP: in LcpDecodeConfig()
862 Auth2Nam(PROTO_CHAP, chap_type)); in LcpDecodeConfig()
893 case PROTO_CHAP: in LcpDecodeConfig()
[all …]
Dproto.h57 #define PROTO_CHAP 0xc223 macro
Dlink.c210 { PROTO_CHAP, "CHAP" },
364 { PROTO_CHAP, chap_Input },
Dmppe.c448 ok = (lcp->want_auth == PROTO_CHAP && lcp->want_authtype == 0x81) || in MPPEUsable()
449 (lcp->his_auth == PROTO_CHAP && lcp->his_authtype == 0x81); in MPPEUsable()
Dauth.c95 case PROTO_CHAP: in Auth2Nam()
Dchap.c121 LINK_QUEUES(&physical->link) - 1, PROTO_CHAP); in ChapOutput()
936 if (p->link.lcp.auth_iwait == PROTO_CHAP) { in chap_Input()
Dip.c699 case PROTO_CHAP: type = "CHAP"; break; in PacketCheck()
Dradius.c959 case PROTO_CHAP: in radius_Authenticate()
Ddatalink.c588 if (lcp->want_auth == PROTO_CHAP) in datalink_LayerUp()