Home | History | Annotate | Download | only in pppd

Lines Matching refs:rname

317 	char rname[MAXNAMELEN+1];
340 slprintf(rname, sizeof(rname), "%.*v", len, name);
341 name = rname;
445 char rname[MAXNAMELEN+1];
456 slprintf(rname, sizeof(rname), "%.*v", nlen, pkt + clen + 1);
459 if (explicit_remote || (remote_name[0] != 0 && rname[0] == 0))
460 strlcpy(rname, remote_name, sizeof(rname));
463 if (!get_secret(0, cs->name, rname, secret, &secret_len, 0)) {
465 warn("No CHAP secret found for authenticating us to %q", rname);