Searched refs:host_status (Results 1 - 4 of 4) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/ssh/sshd/
H A Dauth-rh-rsa.c37 HostStatus host_status; local
43 host_status = check_key_in_hostfiles(pw, client_host_key,
47 return (host_status == HOST_OK);
H A Dauth2-hostbased.c166 HostStatus host_status; local
197 host_status = check_key_in_hostfiles(pw, key, lookup,
202 if (host_status == HOST_NEW)
203 host_status = check_key_in_hostfiles(pw, key, lookup,
208 return (host_status == HOST_OK);
H A Dauth.c457 HostStatus host_status; local
461 host_status = check_host_in_hostfile(sysfile, host, key, found, NULL);
463 if (host_status != HOST_OK && userfile != NULL) {
474 host_status = check_host_in_hostfile(user_hostfile,
482 debug2("check_key_in_hostfiles: key %s for %s", host_status == HOST_OK ?
484 return host_status;
/opensolaris-onvv-gate/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c585 HostStatus host_status; local
669 host_status = check_host_in_hostfile(host_file, host, host_key,
671 if (host_status == HOST_NEW) {
673 host_status = check_host_in_hostfile(host_file, host, host_key,
691 if (host_status == HOST_CHANGED &&
697 ip_status = host_status;
701 switch (host_status) {
891 if (options.check_host_ip && host_status != HOST_CHANGED &&
898 if (host_status == HOST_OK) {

Completed in 93 milliseconds