Searched refs:system_hostfiles (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/crypto/openssh/ |
| D | sshconnect.c | 832 char **system_hostfiles, u_int num_system_hostfiles) in check_host_key() argument 881 load_hostkeys(host_hostkeys, host, system_hostfiles[i]); in check_host_key() 889 load_hostkeys(ip_hostkeys, ip, system_hostfiles[i]); in check_host_key() 959 system_hostfiles, num_system_hostfiles) == 0) { in check_host_key() 1287 options.system_hostfiles, options.num_system_hostfiles); in verify_host_key()
|
| D | readconf.h | 95 char *system_hostfiles[SSH_MAX_HOSTS_FILES]; member
|
| D | readconf.c | 976 cpptr = (char **)&options->system_hostfiles; in process_config_line() 1775 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options() 1777 options->system_hostfiles[options->num_system_hostfiles++] = in fill_default_options()
|
| D | ssh.c | 1183 tilde_expand_paths(options.system_hostfiles, in main()
|
| D | sshconnect2.c | 130 load_hostkeys(hostkeys, hostname, options.system_hostfiles[i]); in order_hostkeyalgs()
|