Home
last modified time | relevance | path

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

/external/openssh/
Dreadconf.h116 char *stdio_forward_host; member
Dssh.c653 if (options.stdio_forward_host != NULL) in main()
785 if (options.stdio_forward_host != NULL) in main()
790 options.stdio_forward_host = fwd.listen_host; in main()
1597 if (options.stdio_forward_host == NULL) in ssh_init_stdio_forwarding()
1602 debug3("%s: %s:%d", __func__, options.stdio_forward_host, in ssh_init_stdio_forwarding()
1608 if ((c = channel_connect_stdio_fwd(options.stdio_forward_host, in ssh_init_stdio_forwarding()
Dreadconf.c1788 options->stdio_forward_host = NULL; in initialize_options()
1920 options->stdio_forward_host != NULL ? 1 : 0; in fill_default_options()
1923 options->stdio_forward_host != NULL ? 1 : 0; in fill_default_options()
Dmux.c2044 buffer_put_cstring(&m, options.stdio_forward_host); in mux_client_request_stdio_fwd()
2168 if (options.stdio_forward_host != NULL) in muxclient()