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

/freebsd-10.2-release/crypto/openssh/
H A Dsshconnect.c840 const struct hostkey_entry *host_found, *ip_found; local
910 &ip_found);
913 (ip_found != NULL &&
914 !key_equal(ip_found->key, host_found->key))))
1097 ip_found->file, ip_found->line);
1190 type, host, ip, ip_found->file, ip_found->line);

Completed in 42 milliseconds