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

/freebsd-10.0-release/crypto/openssh/
H A Dreadconf.h59 int check_host_ip; /* Also keep track of keys for IP address */ member in struct:__anon4957
H A Dsshconnect.c786 * Turn off check_host_ip if the connection is to localhost, via proxy
789 if (options.check_host_ip && (local ||
791 options.check_host_ip = 0;
800 if (!want_cert && options.check_host_ip) {
845 if (options.check_host_ip && ip_status == HOST_NEW) {
935 if (options.check_host_ip && ip_status == HOST_NEW) {
996 if (options.check_host_ip && host_ip_differ) {
1101 if (options.check_host_ip && host_status != HOST_CHANGED &&
H A Dreadconf.c558 intptr = &options->check_host_ip;
1265 options->check_host_ip = -1;
1379 if (options->check_host_ip == -1)
1380 options->check_host_ip = 0;

Completed in 42 milliseconds