Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c1006 const struct hostkey_entry *host_found = NULL, *ip_found = NULL; in check_host_key() local
1112 &ip_found); in check_host_key()
1115 (ip_found != NULL && in check_host_key()
1116 !sshkey_equal(ip_found->key, host_found->key)))) in check_host_key()
1150 (ip_status == HOST_OK && ip_found != NULL && in check_host_key()
1151 path_in_hostfiles(ip_found->file, in check_host_key()
1348 ip_found->file, ip_found->line); in check_host_key()
1444 type, host, ip, ip_found->file, ip_found->line); in check_host_key()