Searched refs:host_arg (Results 1 – 5 of 5) sorted by relevance
| /freebsd/crypto/openssh/ |
| H A D | sshconnect.h | 41 char *host_arg; member 60 "n", conn_info->host_arg, \
|
| H A D | sshconnect.c | 83 free(cinfo->host_arg); in ssh_conn_info_free() 106 ret->host_arg = xstrdup(cinfo->host_arg); in ssh_conn_info_dup() 119 const char *host, const char *host_arg, int port) in expand_proxy_command() argument 123 options.host_key_alias : host_arg; in expand_proxy_command() 130 "n", host_arg, in expand_proxy_command() 144 const char *host_arg, u_short port, const char *proxy_command) in ssh_proxy_fdpass_connect() argument 159 host, host_arg, port); in ssh_proxy_fdpass_connect() 225 ssh_proxy_connect(struct ssh *ssh, const char *host, const char *host_arg, in ssh_proxy_connect() argument 242 host, host_arg, port); in ssh_proxy_connect() 584 ssh_connect(struct ssh *ssh, const char *host, const char *host_arg, in ssh_connect() argument [all …]
|
| H A D | readconf.h | 30 char *host_arg; /* Host arg as specified on command line. */ member
|
| H A D | ssh.c | 1128 options.host_arg = xstrdup(host); in main() 1183 process_config_files(options.host_arg, pw, 0, &want_final_pass); in main() 1252 process_config_files(options.host_arg, pw, 1, NULL); in main() 1410 options.host_key_alias : options.host_arg); in main() 1411 cinfo->host_arg = xstrdup(options.host_arg); in main() 1692 if (ssh_connect(ssh, host, options.host_arg, addrs, &hostaddr, in main()
|
| H A D | readconf.c | 645 struct passwd *pw, const char *host_arg, const char *original_host, in expand_match_exec_or_include_path() argument 660 "h", host_arg, (char *)NULL); in expand_match_exec_or_include_path() 662 host = xstrdup(host_arg); in expand_match_exec_or_include_path() 701 struct passwd *pw, const char *host_arg, const char *original_host, in match_cfg_line() argument 719 "h", host_arg, (char *)NULL); in match_cfg_line() 721 host = xstrdup(host_arg); in match_cfg_line() 873 options, pw, host_arg, original_host, in match_cfg_line() 2705 options->host_arg = NULL; in initialize_options() 3746 dump_cfg_string(oHost, o->host_arg); in dump_client_config()
|