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

/freebsd-10.0-release/crypto/openssh/
H A Dsshconnect.c757 const struct hostkey_entry *host_found, *ip_found; local
827 &ip_found);
830 (ip_found != NULL &&
831 !key_equal(ip_found->key, host_found->key))))
1014 ip_found->file, ip_found->line);
1107 type, host, ip, ip_found->file, ip_found->line);

Completed in 124 milliseconds