Home
last modified time | relevance | path

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

/external/openssh/
Dsshconnect.c85 ssh_proxy_connect(const char *host, u_short port, const char *proxy_command) in ssh_proxy_connect() argument
105 xasprintf(&tmp, "exec %s", proxy_command); in ssh_proxy_connect()
339 int want_keepalive, int needpriv, const char *proxy_command) in ssh_connect() argument
350 if (proxy_command != NULL) in ssh_connect()
351 return ssh_proxy_connect(host, port, proxy_command); in ssh_connect()
657 if (options.proxy_command == NULL) { in get_hostfile_hostname_ipaddr()
737 strcmp(hostname, ip) == 0 || options.proxy_command != NULL)) in check_host_key()
Dreadconf.h83 char *proxy_command; /* Proxy command for connecting the host. */ member
Dssh.c764 if (options.proxy_command != NULL && in main()
765 strcmp(options.proxy_command, "none") == 0) { in main()
766 xfree(options.proxy_command); in main()
767 options.proxy_command = NULL; in main()
801 options.proxy_command) != 0) in main()
Droaming_client.c266 options.proxy_command) == 0 && roaming_resume() == 0) { in wait_for_roaming_reconnect()
Dreadconf.c652 charptr = &options->proxy_command; in process_config_line()
1167 options->proxy_command = NULL; in initialize_options()