Searched refs:channel_connect_stdio_fwd (Results 1 – 5 of 5) sorted by relevance
/freebsd/crypto/openssh/ |
H A D | channels.h | 361 Channel *channel_connect_stdio_fwd(struct ssh *, const char*,
|
H A D | ssh_namespace.h | 126 #define channel_connect_stdio_fwd Fssh_channel_connect_stdio_fwd macro
|
H A D | ssh.c | 1999 if ((c = channel_connect_stdio_fwd(ssh, options.stdio_forward_host, in ssh_init_stdio_forwarding()
|
H A D | mux.c | 1033 nc = channel_connect_stdio_fwd(ssh, chost, cport, new_fd[0], new_fd[1], in mux_master_process_stdio_fwd()
|
H A D | channels.c | 1690 channel_connect_stdio_fwd(struct ssh *ssh, in channel_connect_stdio_fwd() function
|