Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dsshconnect.c1052 if (options.check_host_ip && (local || in check_host_key()
1054 options.check_host_ip = 0; in check_host_key()
1067 if (!want_cert && options.check_host_ip) { in check_host_key()
1162 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1268 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1330 if (options.check_host_ip && host_ip_differ) { in check_host_key()
1438 if (options.check_host_ip && host_status != HOST_CHANGED && in check_host_key()
H A Dreadconf.h60 int check_host_ip; /* Also keep track of keys for IP address */ member
H A Dclientloop.c2526 options.check_host_ip ? (struct sockaddr *)&hostaddr : NULL, in client_input_hostkeys()
2528 options.check_host_ip ? &ctx->ip_str : NULL); in client_input_hostkeys()
2551 want = HKF_MATCH_HOST | ( options.check_host_ip ? HKF_MATCH_IP : 0); in client_input_hostkeys()