Searched refs:check_rhosts_file (Results 1 – 1 of 1) sorted by relevance
/external/openssh/ |
D | auth-rhosts.c | 56 check_rhosts_file(const char *filename, const char *hostname, in check_rhosts_file() function 238 if (check_rhosts_file(_PATH_RHOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2() 244 if (check_rhosts_file(_PATH_SSH_HOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2() 308 if (check_rhosts_file(buf, hostname, ipaddr, in auth_rhosts2()
|