Searched refs:PROTO_CHAP (Results 1 – 9 of 9) sorted by relevance
317 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 …]
57 #define PROTO_CHAP 0xc223 macro
210 { PROTO_CHAP, "CHAP" },364 { PROTO_CHAP, chap_Input },
448 ok = (lcp->want_auth == PROTO_CHAP && lcp->want_authtype == 0x81) || in MPPEUsable()449 (lcp->his_auth == PROTO_CHAP && lcp->his_authtype == 0x81); in MPPEUsable()
95 case PROTO_CHAP: in Auth2Nam()
121 LINK_QUEUES(&physical->link) - 1, PROTO_CHAP); in ChapOutput()936 if (p->link.lcp.auth_iwait == PROTO_CHAP) { in chap_Input()
699 case PROTO_CHAP: type = "CHAP"; break; in PacketCheck()
959 case PROTO_CHAP: in radius_Authenticate()
588 if (lcp->want_auth == PROTO_CHAP) in datalink_LayerUp()