Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c1000 HostStatus host_status = -1, ip_status = -1; in check_host_key() local
1111 ip_status = check_key_in_hostkeys(ip_hostkeys, host_key, in check_host_key()
1114 (ip_status != HOST_CHANGED || in check_host_key()
1119 ip_status = host_status; in check_host_key()
1150 (ip_status == HOST_OK && ip_found != NULL && in check_host_key()
1162 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1268 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1332 if (ip_status == HOST_NEW) in check_host_key()
1334 else if (ip_status == HOST_OK) in check_host_key()
1346 if (ip_status != HOST_NEW) in check_host_key()
[all …]