Lines Matching refs:ipaddr
57 const char *ipaddr, const char *client_user, in check_rhosts_file() argument
153 !innetgr(host + 1, ipaddr, NULL, NULL)) in check_rhosts_file()
156 strcmp(host, ipaddr) != 0) in check_rhosts_file()
191 const char *ipaddr) in auth_rhosts2() argument
199 client_user, hostname, ipaddr); in auth_rhosts2()
238 if (check_rhosts_file(_PATH_RHOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2()
241 "/etc/hosts.equiv.", hostname, ipaddr); in auth_rhosts2()
244 if (check_rhosts_file(_PATH_SSH_HOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2()
247 "%.100s.", hostname, ipaddr, _PATH_SSH_HOSTS_EQUIV); in auth_rhosts2()
308 if (check_rhosts_file(buf, hostname, ipaddr, in auth_rhosts2()
315 "%s server_user %s", hostname, ipaddr, in auth_rhosts2()