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

/freebsd-13-stable/crypto/openssh/
H A Dreadconf.h50 int check_host_ip; /* Also keep track of keys for IP address */ member in struct:__anon6881
H A Dsshconnect.c888 * Turn off check_host_ip if the connection is to localhost, via proxy
891 if (options.check_host_ip && (local ||
893 options.check_host_ip = 0;
902 if (!want_cert && options.check_host_ip) {
949 if (options.check_host_ip && ip_status == HOST_NEW) {
1049 if (options.check_host_ip && ip_status == HOST_NEW) {
1111 if (options.check_host_ip && host_ip_differ) {
1218 if (options.check_host_ip && host_status != HOST_CHANGED &&
H A Dreadconf.c997 intptr = &options->check_host_ip;
1879 options->check_host_ip = -1;
2029 if (options->check_host_ip == -1)
2030 options->check_host_ip = 0;
2629 dump_cfg_fmtint(oCheckHostIP, o->check_host_ip);
H A Dclientloop.c2100 options.check_host_ip ? (struct sockaddr *)&hostaddr : NULL,
2102 options.check_host_ip ? &ctx->ip_str : NULL);

Completed in 80 milliseconds