Home
last modified time | relevance | path

Searched refs:stdio_forward_host (Results 1 – 2 of 2) sorted by relevance

/external/openssh/
Dssh.c155 char *stdio_forward_host = NULL; variable
644 if (stdio_forward_host != NULL) in main()
761 if (stdio_forward_host != NULL) in main()
766 stdio_forward_host = fwd.listen_host; in main()
1498 if (stdio_forward_host == NULL) in ssh_init_stdio_forwarding()
1503 debug3("%s: %s:%d", __func__, stdio_forward_host, stdio_forward_port); in ssh_init_stdio_forwarding()
1508 if ((c = channel_connect_stdio_fwd(stdio_forward_host, in ssh_init_stdio_forwarding()
Dmux.c91 extern char *stdio_forward_host;
1971 buffer_put_cstring(&m, stdio_forward_host); in mux_client_request_stdio_fwd()
2092 if (stdio_forward_host != NULL) in muxclient()