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

/freebsd-10.0-release/sbin/spppcontrol/
H A Dspppcontrol.c110 spr.defs.hisauth.proto = PPP_PAP;
113 spr.defs.hisauth.proto = PPP_CHAP;
116 spr.defs.hisauth.proto = 0;
139 spr.defs.hisauth.proto = PPP_PAP;
141 spr.defs.hisauth.proto = PPP_CHAP;
143 spr.defs.hisauth.proto = 0;
147 strncpy(spr.defs.hisauth.name, argv[0] + off,
151 strncpy(spr.defs.hisauth.secret, argv[0] + off,
154 spr.defs.hisauth.flags |= AUTHFLAG_NOCALLOUT;
156 spr.defs.hisauth
[all...]
/freebsd-10.0-release/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.c2189 if (sp->hisauth.proto != 0)
2440 sppp_proto_name(sp->hisauth.proto),
2544 (sp->hisauth.flags & AUTHFLAG_NOCALLOUT) != 0) {
2801 authproto = sp->hisauth.proto;
4141 if (name_len != sppp_strnlen(sp->hisauth.name, AUTHNAMELEN)
4142 || bcmp(name, sp->hisauth.name, name_len) != 0) {
4147 sppp_print_string(sp->hisauth.name,
4148 sppp_strnlen(sp->hisauth.name, AUTHNAMELEN));
4175 MD5Update(&ctx, sp->hisauth.secret,
4176 sppp_strnlen(sp->hisauth
[all...]

Completed in 153 milliseconds