Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/net/
HDif_spppsubr.c2254 u_short authproto; in sppp_lcp_RCR() local
2300 authproto = (p[2] << 8) + p[3]; in sppp_lcp_RCR()
2301 if (authproto == PPP_CHAP && p[1] != 5) { in sppp_lcp_RCR()
2407 authproto = (p[2] << 8) + p[3]; in sppp_lcp_RCR()
2408 if (sp->myauth.proto != authproto) { in sppp_lcp_RCR()
2413 sppp_proto_name(authproto)); in sppp_lcp_RCR()
2418 if (authproto == PPP_CHAP && p[4] != CHAP_MD5) { in sppp_lcp_RCR()
2752 u_short authproto; in sppp_lcp_scr() local
2773 authproto = sp->hisauth.proto; in sppp_lcp_scr()
2775 opt[i++] = authproto == PPP_CHAP? 5: 4; in sppp_lcp_scr()
[all …]