Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c757 if (options.check_host_ip && (local || in check_host_key()
759 options.check_host_ip = 0; in check_host_key()
768 if (!want_cert && options.check_host_ip) { in check_host_key()
815 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
916 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
978 if (options.check_host_ip && host_ip_differ) { in check_host_key()
1085 if (options.check_host_ip && host_status != HOST_CHANGED && in check_host_key()
Dreadconf.h50 int check_host_ip; /* Also keep track of keys for IP address */ member
Dreadconf.c1065 intptr = &options->check_host_ip; in process_config_line_depth()
1944 options->check_host_ip = -1; in initialize_options()
2096 if (options->check_host_ip == -1) in fill_default_options()
2097 options->check_host_ip = 1; in fill_default_options()
2717 dump_cfg_fmtint(oCheckHostIP, o->check_host_ip); in dump_client_config()
Dclientloop.c2168 options.check_host_ip ? (struct sockaddr *)&hostaddr : NULL, in client_input_hostkeys()
2170 options.check_host_ip ? &ctx->ip_str : NULL); in client_input_hostkeys()