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

/freebsd-11-stable/sbin/spppcontrol/
H A Dspppcontrol.c112 spr.defs.hisauth.proto = PPP_PAP;
115 spr.defs.hisauth.proto = PPP_CHAP;
118 spr.defs.hisauth.proto = 0;
141 spr.defs.hisauth.proto = PPP_PAP;
143 spr.defs.hisauth.proto = PPP_CHAP;
145 spr.defs.hisauth.proto = 0;
149 strncpy(spr.defs.hisauth.name, argv[0] + off,
153 strncpy(spr.defs.hisauth.secret, argv[0] + off,
156 spr.defs.hisauth.flags |= AUTHFLAG_NOCALLOUT;
158 spr.defs.hisauth
[all...]
/freebsd-11-stable/sys/net/
H A Dif_sppp.h112 struct sauth hisauth; /* auth params, i'm authenticator */ member in struct:sppp_parms
166 struct sauth hisauth; /* auth params, i'm authenticator */ member in struct:sppp
H A Dif_spppsubr.c2164 if (sp->hisauth.proto != 0)
2415 sppp_proto_name(sp->hisauth.proto),
2519 (sp->hisauth.flags & AUTHFLAG_NOCALLOUT) != 0) {
2776 authproto = sp->hisauth.proto;
4116 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN)
4117 || bcmp(name, sp->hisauth.name, name_len) != 0) {
4122 sppp_print_string(sp->hisauth.name,
4123 sppp_strnlen(sp->hisauth.name, AUTHNAMELEN));
4150 MD5Update(&ctx, sp->hisauth.secret,
4151 sppp_strnlen(sp->hisauth
[all...]

Completed in 121 milliseconds