Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dreadconf.h118 char *stdio_forward_host; member
H A Dssh.c767 if (options.stdio_forward_host != NULL) in main()
923 if (options.stdio_forward_host != NULL) in main()
928 options.stdio_forward_host = in main()
2038 if (options.stdio_forward_host == NULL) in ssh_init_stdio_forwarding()
2041 debug3_f("%s:%d", options.stdio_forward_host, in ssh_init_stdio_forwarding()
2047 if ((c = channel_connect_stdio_fwd(ssh, options.stdio_forward_host, in ssh_init_stdio_forwarding()
2306 options.stdio_forward_host != NULL)) in ssh_session2()
H A Dreadconf.c2711 options->stdio_forward_host = NULL; in initialize_options()
2868 options->stdio_forward_host != NULL ? 1 : 0; in fill_default_options()
2871 options->stdio_forward_host != NULL ? 1 : 0; in fill_default_options()
3183 free(o->stdio_forward_host); in free_options()
H A Dmux.c2240 (r = sshbuf_put_cstring(m, options.stdio_forward_host)) != 0 || in mux_client_request_stdio_fwd()
2376 if (options.stdio_forward_host != NULL) in muxclient()