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

/freebsd-10.0-release/sys/net/
H A Dif_spppsubr.c2282 u_short authproto; local
2328 authproto = (p[2] << 8) + p[3];
2329 if (authproto == PPP_CHAP && p[1] != 5) {
2435 authproto = (p[2] << 8) + p[3];
2436 if (sp->myauth.proto != authproto) {
2441 sppp_proto_name(authproto));
2446 if (authproto == PPP_CHAP && p[4] != CHAP_MD5) {
2780 u_short authproto; local
2801 authproto = sp->hisauth.proto;
2803 opt[i++] = authproto
[all...]

Completed in 110 milliseconds