Home
last modified time | relevance | path

Searched refs:ip_status (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c611 HostStatus ip_status; in check_host_key() local
709 ip_status = check_host_in_hostfile(ip_file, ip, host_key, in check_host_key()
711 if (ip_status == HOST_NEW) { in check_host_key()
713 ip_status = check_host_in_hostfile(ip_file, ip, in check_host_key()
717 (ip_status != HOST_CHANGED || !key_equal(ip_key, file_key))) in check_host_key()
722 ip_status = host_status; in check_host_key()
736 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
788 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
833 if (ip_status == HOST_NEW) in check_host_key()
835 else if (ip_status == HOST_OK) in check_host_key()
[all …]
/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Dip_anon_rcm.c98 typedef struct ip_status { struct
101 struct ip_status *next; argument