Lines Matching refs:ipaddr
56 const char *ipaddr, const char *client_user, in check_rhosts_file() argument
152 !innetgr(host + 1, ipaddr, NULL, NULL)) in check_rhosts_file()
155 strcmp(host, ipaddr) != 0) in check_rhosts_file()
190 const char *ipaddr) in auth_rhosts2() argument
198 client_user, hostname, ipaddr); in auth_rhosts2()
237 if (check_rhosts_file(_PATH_RHOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2()
240 "/etc/hosts.equiv.", hostname, ipaddr); in auth_rhosts2()
243 if (check_rhosts_file(_PATH_SSH_HOSTS_EQUIV, hostname, ipaddr, in auth_rhosts2()
246 "%.100s.", hostname, ipaddr, _PATH_SSH_HOSTS_EQUIV); in auth_rhosts2()
309 if (check_rhosts_file(buf, hostname, ipaddr, in auth_rhosts2()
316 "%s server_user %s", hostname, ipaddr, in auth_rhosts2()