Searched refs:channel_connect_stdio_fwd (Results 1 – 4 of 4) sorted by relevance
273 Channel *channel_connect_stdio_fwd(const char*, u_short, int, int);
1508 if ((c = channel_connect_stdio_fwd(stdio_forward_host, in ssh_init_stdio_forwarding()
1001 nc = channel_connect_stdio_fwd(chost, cport, new_fd[0], new_fd[1]); in process_mux_stdio_fwd()
1272 channel_connect_stdio_fwd(const char *host_to_connect, u_short port_to_connect, in channel_connect_stdio_fwd() function