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

/freebsd-10.3-release/crypto/openssh/
H A Dchannels.h273 Channel *channel_connect_stdio_fwd(const char*, u_short, int, int);
H A Dssh_namespace.h152 #define channel_connect_stdio_fwd Fssh_channel_connect_stdio_fwd macro
H A Dssh.c1541 fatal("channel_connect_stdio_fwd: dup() in/out failed");
1542 if ((c = channel_connect_stdio_fwd(stdio_forward_host,
1544 fatal("%s: channel_connect_stdio_fwd failed", __func__);
H A Dmux.c1019 nc = channel_connect_stdio_fwd(chost, cport, new_fd[0], new_fd[1]);
H A Dchannels.c1282 channel_connect_stdio_fwd(const char *host_to_connect, u_short port_to_connect, function
1287 debug("channel_connect_stdio_fwd %s:%d", host_to_connect,

Completed in 147 milliseconds