Lines Matching refs:rname
293 char rname[MAXNAMELEN+1];
319 ppp_slprintf(rname, sizeof(rname), "%.*v", len, name);
320 name = rname;
441 char rname[MAXNAMELEN+1];
460 ppp_slprintf(rname, sizeof(rname), "%.*v", nlen, pkt + clen + 1);
464 if (pcb->settings.explicit_remote || (pcb->settings.remote_name[0] != 0 && rname[0] == 0))
465 strlcpy(rname, pcb->settings.remote_name, sizeof(rname));
469 if (!get_secret(pcb, pcb->chap_client.name, rname, secret, &secret_len, 0)) {
471 ppp_warn("No CHAP secret found for authenticating us to %q", rname);