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

/freebsd-12-stable/sbin/spppcontrol/
H A Dspppcontrol.c111 spr.defs.myauth.proto =
114 spr.defs.myauth.proto =
117 spr.defs.myauth.proto =
124 spr.defs.myauth.proto = PPP_PAP;
126 spr.defs.myauth.proto = PPP_CHAP;
128 spr.defs.myauth.proto = 0;
132 strncpy(spr.defs.myauth.name, argv[0] + off,
136 strncpy(spr.defs.myauth.secret, argv[0] + off,
215 if (sp->defs.myauth.proto) {
217 proto_name(sp->defs.myauth
[all...]
/freebsd-12-stable/sys/net/
H A Dif_sppp.h111 struct sauth myauth; /* auth params, i'm peer */ member in struct:sppp_parms
165 struct sauth myauth; /* auth params, i'm peer */ member in struct:sppp
H A Dif_spppsubr.c2309 if (sp->myauth.proto == 0) {
2411 if (sp->myauth.proto != authproto) {
2417 p[2] = sp->myauth.proto >> 8;
2418 p[3] = sp->myauth.proto;
4032 MD5Update(&ctx, sp->myauth.secret,
4033 sppp_strnlen(sp->myauth.secret, AUTHKEYLEN));
4041 (size_t)sppp_strnlen(sp->myauth.name, AUTHNAMELEN),
4042 sp->myauth.name,
4058 if (sp->myauth.proto == PPP_CHAP &&
4152 MD5Update(&ctx, sp->myauth
[all...]

Completed in 287 milliseconds