Home | History | Annotate | Download | only in pppd

Lines Matching refs:rname

318 	char rname[MAXNAMELEN+1];
345 slprintf(rname, sizeof(rname), "%.*v", len, name);
346 name = rname;
430 char rname[MAXNAMELEN+1];
441 slprintf(rname, sizeof(rname), "%.*v", nlen, pkt + clen + 1);
444 if (explicit_remote || (remote_name[0] != 0 && rname[0] == 0))
445 strlcpy(rname, remote_name, sizeof(rname));
448 if (!get_secret(0, cs->name, rname, secret, &secret_len, 0)) {
450 warn("No CHAP secret found for authenticating us to %q", rname);