Home
last modified time | relevance | path

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

/freebsd-11-stable/sys/net/
HDif_spppsubr.c2257 u_short authproto; in sppp_lcp_RCR() local
2303 authproto = (p[2] << 8) + p[3]; in sppp_lcp_RCR()
2304 if (authproto == PPP_CHAP && p[1] != 5) { in sppp_lcp_RCR()
2410 authproto = (p[2] << 8) + p[3]; in sppp_lcp_RCR()
2411 if (sp->myauth.proto != authproto) { in sppp_lcp_RCR()
2416 sppp_proto_name(authproto)); in sppp_lcp_RCR()
2421 if (authproto == PPP_CHAP && p[4] != CHAP_MD5) { in sppp_lcp_RCR()
2755 u_short authproto; in sppp_lcp_scr() local
2776 authproto = sp->hisauth.proto; in sppp_lcp_scr()
2778 opt[i++] = authproto == PPP_CHAP? 5: 4; in sppp_lcp_scr()
[all …]