Searched refs:ip_status (Results 1 – 2 of 2) sorted by relevance
611 HostStatus ip_status; in check_host_key() local709 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 …]
98 typedef struct ip_status { struct101 struct ip_status *next; argument