Searched refs:check_host_ip (Results 1 – 4 of 4) sorted by relevance
992 if (options.check_host_ip && (local || in check_host_key()994 options.check_host_ip = 0; in check_host_key()1007 if (!want_cert && options.check_host_ip) { in check_host_key()1096 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()1202 if (options.check_host_ip && ip_status == HOST_NEW) { in check_host_key()1264 if (options.check_host_ip && host_ip_differ) { in check_host_key()1372 if (options.check_host_ip && host_status != HOST_CHANGED && in check_host_key()
49 int check_host_ip; /* Also keep track of keys for IP address */ member
1239 intptr = &options->check_host_ip; in process_config_line_depth()2551 options->check_host_ip = -1; in initialize_options()2718 if (options->check_host_ip == -1) in fill_default_options()2719 options->check_host_ip = 0; in fill_default_options()3524 dump_cfg_fmtint(oCheckHostIP, o->check_host_ip); in dump_client_config()
2549 options.check_host_ip ? (struct sockaddr *)&hostaddr : NULL, in client_input_hostkeys() 2551 options.check_host_ip ? &ctx->ip_str : NULL); in client_input_hostkeys() 2574 want = HKF_MATCH_HOST | ( options.check_host_ip ? HKF_MATCH_IP : 0); in client_input_hostkeys()