Home
last modified time | relevance | path

Searched refs:system_hostfiles (Results 1 – 5 of 5) sorted by relevance

/freebsd/crypto/openssh/
H A Dsshconnect.c797 char **system_hostfiles, u_int num_system_hostfiles, in hostkeys_find_by_key() argument
819 if (hostkeys_find_by_key_hostfile(system_hostfiles[i], in hostkeys_find_by_key()
840 char **system_hostfiles, u_int num_system_hostfiles) in other_hostkeys_message() argument
847 system_hostfiles, num_system_hostfiles, in other_hostkeys_message()
961 char **system_hostfiles, u_int num_system_hostfiles, in check_host_key() argument
1024 load_hostkeys(host_hostkeys, host, system_hostfiles[i], 0); in check_host_key()
1036 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i], 0); in check_host_key()
1113 system_hostfiles, num_system_hostfiles) || in check_host_key()
1116 system_hostfiles, num_system_hostfiles)))) { in check_host_key()
1161 system_hostfiles, num_system_hostfiles, in check_host_key()
[all …]
H A Dreadconf.h80 char *system_hostfiles[SSH_MAX_HOSTS_FILES]; member
H A Dssh.c1518 strcasecmp(options.system_hostfiles[0], "none") == 0) { in main()
1522 free(options.system_hostfiles[0]); in main()
1523 options.system_hostfiles[0] = NULL; in main()
1771 tilde_expand_paths(options.system_hostfiles, in main()
H A Dreadconf.c1408 cpptr = (char **)&options->system_hostfiles; in process_config_line_depth()
2810 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()
2812 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()
3027 FREE_ARRAY(u_int, o->num_system_hostfiles, o->system_hostfiles); in free_options()
3660 dump_cfg_strarray_oneline(oGlobalKnownHostsFile, o->num_system_hostfiles, o->system_hostfiles); in dump_client_config()
H A Dsshconnect2.c137 options.system_hostfiles[i], 0); in order_hostkeyalgs()