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

/freebsd-10.0-release/crypto/openssh/
H A Dsshconnect.c751 HostStatus ip_status; local
826 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key,
829 (ip_status != HOST_CHANGED ||
834 ip_status = host_status;
845 if (options.check_host_ip && ip_status == HOST_NEW) {
935 if (options.check_host_ip && ip_status == HOST_NEW) {
998 if (ip_status == HOST_NEW)
1000 else if (ip_status == HOST_OK)
1012 if (ip_status != HOST_NEW)
1102 ip_status
[all...]

Completed in 140 milliseconds