Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect.c67 ssh_proxy_connect(const char *host, u_short port, const char *proxy_command) in ssh_proxy_connect() argument
89 for (cp = proxy_command; *cp && isspace(*cp) ; cp++) in ssh_proxy_connect()
96 for (cp = proxy_command; *cp; cp++) { in ssh_proxy_connect()
323 int needpriv, const char *proxy_command) in ssh_connect() argument
349 if (proxy_command != NULL) in ssh_connect()
350 return ssh_proxy_connect(host, port, proxy_command); in ssh_connect()
657 if (options.proxy_command == NULL) { in check_host_key()
670 (local || strcmp(host, ip) == 0 || options.proxy_command != NULL)) in check_host_key()
H A Dssh.c663 options.proxy_command) != 0) {
/titanic_41/usr/src/cmd/ssh/include/
H A Dreadconf.h116 char *proxy_command; /* Proxy command for connecting the host. */ member
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c641 charptr = &options->proxy_command; in process_config_line()
973 options->proxy_command = NULL; in initialize_options()