Home
last modified time | relevance | path

Searched refs:ruser (Results 1 – 3 of 3) sorted by relevance

/external/ppp/pppd/
Dupap.c378 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/
Dpap.c393 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/
Dreadconf.c553 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()