Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c852 if (options.check_host_ip && (local || in check_host_key()
854 options.check_host_ip = 0; in check_host_key()
863 if (!want_cert && options.check_host_ip) { in check_host_key()
908 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1006 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()
1067 if (options.check_host_ip && host_ip_differ) { in check_host_key()
1172 if (options.check_host_ip && host_status != HOST_CHANGED && in check_host_key()
Dreadconf.h54 int check_host_ip; /* Also keep track of keys for IP address */ member
Dreadconf.c985 intptr = &options->check_host_ip; in process_config_line_depth()
1808 options->check_host_ip = -1; in initialize_options()
1957 if (options->check_host_ip == -1) in fill_default_options()
1958 options->check_host_ip = 1; in fill_default_options()
2521 dump_cfg_fmtint(oCheckHostIP, o->check_host_ip); in dump_client_config()
Dclientloop.c2498 options.check_host_ip ? (struct sockaddr *)&hostaddr : NULL, in client_input_hostkeys()
2500 options.check_host_ip ? &ctx->ip_str : NULL); in client_input_hostkeys()