Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c698 HostStatus ip_status; in check_host_key() local
773 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()
776 (ip_status != HOST_CHANGED || in check_host_key()
781 ip_status = host_status; in check_host_key()
792 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
882 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
945 if (ip_status == HOST_NEW) in check_host_key()
947 else if (ip_status == HOST_OK) in check_host_key()
959 if (ip_status != HOST_NEW) in check_host_key()
1049 ip_status == HOST_CHANGED) { in check_host_key()