Home
last modified time | relevance | path

Searched refs:PPP_CHAP (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/net/
H A Dppp_defs.h73 #define PPP_CHAP 0xc223 /* Cryptographic Handshake Auth. Protocol */ macro
H A Dif_spppsubr.c438 PPP_CHAP, IDX_CHAP, CP_AUTH, "chap",
589 case PPP_CHAP: in sppp_input()
2302 if (authproto == PPP_CHAP && p[1] != 5) { in sppp_lcp_RCR()
2776 opt[i++] = authproto == PPP_CHAP? 5: 4; in sppp_lcp_scr()
2779 if (authproto == PPP_CHAP) in sppp_lcp_scr()
4054 if (sp->myauth.proto == PPP_CHAP && in sppp_chap_input()
4127 sppp_auth_type_name(PPP_CHAP, h->type), in sppp_chap_input()
4204 if (sp->myauth.proto == PPP_CHAP && in sppp_chap_open()
5143 spr->defs.myauth.proto != PPP_CHAP) || in sppp_params()
5254 case PPP_CHAP: in sppp_auth_type_name()
[all …]