Searched refs:ruser (Results 1 – 3 of 3) sorted by relevance
/external/ppp/pppd/ |
D | upap.c | 378 char *ruser, *rpasswd; local 413 ruser = (char *) inp; 425 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, 448 slprintf(rhostname, sizeof(rhostname), "%.*v", ruserlen, ruser); 453 auth_peer_success(u->us_unit, PPP_PAP, 0, ruser, ruserlen);
|
/external/syslinux/core/lwip/src/netif/ppp/ |
D | pap.c | 393 char *ruser, *rpasswd; in upap_rauthreq() local 430 ruser = (char *) inp; in upap_rauthreq() 442 retcode = check_passwd(u->us_unit, ruser, ruserlen, rpasswd, rpasswdlen, &msg, &msglen); in upap_rauthreq() 450 auth_peer_success(u->us_unit, PPP_PAP, ruser, ruserlen); in upap_rauthreq()
|
/external/openssh/ |
D | readconf.c | 553 const char *ruser; in match_cfg_line() local 562 ruser = options->user == NULL ? pw->pw_name : options->user; in match_cfg_line() 621 criteria = xstrdup(ruser); in match_cfg_line() 622 r = match_pattern_list(ruser, arg, 0) == 1; in match_cfg_line() 644 "r", ruser, in match_cfg_line()
|