Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h361 Channel *channel_connect_stdio_fwd(struct ssh *, const char*,
H A Dssh_namespace.h127 #define channel_connect_stdio_fwd Fssh_channel_connect_stdio_fwd macro
H A Dssh.c1999 if ((c = channel_connect_stdio_fwd(ssh, options.stdio_forward_host, in ssh_init_stdio_forwarding()
H A Dmux.c1033 nc = channel_connect_stdio_fwd(ssh, chost, cport, new_fd[0], new_fd[1], in mux_master_process_stdio_fwd()
H A Dchannels.c1695 channel_connect_stdio_fwd(struct ssh *ssh, in channel_connect_stdio_fwd() function