Searched refs:system_hostfiles (Results 1 – 5 of 5) sorted by relevance
| /freebsd-14.2/crypto/openssh/ |
| H A D | sshconnect.c | 773 char **system_hostfiles, u_int num_system_hostfiles, in hostkeys_find_by_key() argument 795 if (hostkeys_find_by_key_hostfile(system_hostfiles[i], in hostkeys_find_by_key() 816 char **system_hostfiles, u_int num_system_hostfiles) in other_hostkeys_message() argument 823 system_hostfiles, num_system_hostfiles, in other_hostkeys_message() 937 char **system_hostfiles, u_int num_system_hostfiles, in check_host_key() argument 1012 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i], 0); in check_host_key() 1083 system_hostfiles, num_system_hostfiles) || in check_host_key() 1086 system_hostfiles, num_system_hostfiles)))) { in check_host_key() 1131 system_hostfiles, num_system_hostfiles, in check_host_key() 1182 system_hostfiles, num_system_hostfiles)) != NULL) in check_host_key() [all …]
|
| H A D | readconf.h | 80 char *system_hostfiles[SSH_MAX_HOSTS_FILES]; member
|
| H A D | ssh.c | 1518 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 D | readconf.c | 1364 cpptr = (char **)&options->system_hostfiles; in process_config_line_depth() 2761 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options() 2763 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options() 2978 FREE_ARRAY(u_int, o->num_system_hostfiles, o->system_hostfiles); in free_options() 3611 dump_cfg_strarray_oneline(oGlobalKnownHostsFile, o->num_system_hostfiles, o->system_hostfiles); in dump_client_config()
|
| H A D | sshconnect2.c | 139 options.system_hostfiles[i], 0); in order_hostkeyalgs()
|