Searched refs:check_rhosts_file (Results 1 – 1 of 1) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | auth-rhosts.c | 58 check_rhosts_file(const char *filename, const char *hostname, in check_rhosts_file() function 243 if (check_rhosts_file(_PATH_RHOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2() 249 if (check_rhosts_file(_PATH_SSH_HOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2() 320 if (check_rhosts_file(path, hostname, ipaddr, in auth_rhosts2()
|