Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c813 HostStatus ip_status; in check_host_key() local
889 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()
892 (ip_status != HOST_CHANGED || in check_host_key()
897 ip_status = host_status; in check_host_key()
908 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1006 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1069 if (ip_status == HOST_NEW) in check_host_key()
1071 else if (ip_status == HOST_OK) in check_host_key()
1083 if (ip_status != HOST_NEW) in check_host_key()
1173 ip_status == HOST_CHANGED) { in check_host_key()