Searched refs:channel_connect_stdio_fwd (Results 1 – 4 of 4) sorted by relevance
281 Channel *channel_connect_stdio_fwd(const char*, u_short, int, int);
1608 if ((c = channel_connect_stdio_fwd(options.stdio_forward_host, in ssh_init_stdio_forwarding()
1021 nc = channel_connect_stdio_fwd(chost, cport, new_fd[0], new_fd[1]); in process_mux_stdio_fwd()
1346 channel_connect_stdio_fwd(const char *host_to_connect, u_short port_to_connect, in channel_connect_stdio_fwd() function