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

/freebsd-10.2-release/crypto/openssh/
H A Dsshconnect.c834 HostStatus ip_status; local
909 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key,
912 (ip_status != HOST_CHANGED ||
917 ip_status = host_status;
928 if (options.check_host_ip && ip_status == HOST_NEW) {
1018 if (options.check_host_ip && ip_status == HOST_NEW) {
1081 if (ip_status == HOST_NEW)
1083 else if (ip_status == HOST_OK)
1095 if (ip_status != HOST_NEW)
1185 ip_status
[all...]

Completed in 42 milliseconds