Searched refs:channel_connect_stdio_fwd (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.0-release/crypto/openssh/
H A Dchannels.h272 Channel *channel_connect_stdio_fwd(const char*, u_short, int, int);
H A Dssh_namespace.h102 #define channel_connect_stdio_fwd ssh_channel_connect_stdio_fwd macro
H A Dssh.c1137 fatal("channel_connect_stdio_fwd: dup() in/out failed");
1138 if ((c = channel_connect_stdio_fwd(stdio_forward_host,
1140 fatal("%s: channel_connect_stdio_fwd failed", __func__);
H A Dmux.c955 nc = channel_connect_stdio_fwd(chost, cport, new_fd[0], new_fd[1]);
H A Dchannels.c1293 channel_connect_stdio_fwd(const char *host_to_connect, u_short port_to_connect, function
1298 debug("channel_connect_stdio_fwd %s:%d", host_to_connect,

Completed in 93 milliseconds