Home
last modified time | relevance | path

Searched refs:channel_request_remote_forwarding (Results 1 – 6 of 6) sorted by relevance

/freebsd/crypto/openssh/
H A Dchannels.h378 int channel_request_remote_forwarding(struct ssh *, struct Forward *);
H A Dssh_namespace.h171 #define channel_request_remote_forwarding Fssh_channel_request_remote_forwarding macro
H A Dssh.c2139 channel_request_remote_forwarding(ssh, in ssh_init_forwarding()
H A Dclientloop.c1087 if (channel_request_remote_forwarding(ssh, &fwd) < 0) { in process_cmdline()
H A Dmux.c855 fwd.handle = channel_request_remote_forwarding(ssh, &fwd); in mux_master_process_open_fwd()
H A Dchannels.c4368 channel_request_remote_forwarding(struct ssh *ssh, struct Forward *fwd) in channel_request_remote_forwarding() function