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

/freebsd-10.3-release/crypto/openssh/
H A Dreadconf.h55 int check_host_ip; /* Also keep track of keys for IP address */ member in struct:__anon5372
H A Dsshconnect.c851 * Turn off check_host_ip if the connection is to localhost, via proxy
854 if (options.check_host_ip && (local ||
856 options.check_host_ip = 0;
865 if (!want_cert && options.check_host_ip) {
910 if (options.check_host_ip && ip_status == HOST_NEW) {
1008 if (options.check_host_ip && ip_status == HOST_NEW) {
1069 if (options.check_host_ip && host_ip_differ) {
1174 if (options.check_host_ip && host_status != HOST_CHANGED &&
H A Dreadconf.c962 intptr = &options->check_host_ip;
1699 options->check_host_ip = -1;
1833 if (options->check_host_ip == -1)
1834 options->check_host_ip = 0;
2358 dump_cfg_fmtint(oCheckHostIP, o->check_host_ip);
H A Dclientloop.c2446 options.check_host_ip ? (struct sockaddr *)&hostaddr : NULL,
2448 options.check_host_ip ? &ctx->ip_str : NULL);

Completed in 121 milliseconds