Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h367 int channel_request_remote_forwarding(struct ssh *, struct Forward *);
H A Dssh_namespace.h177 #define channel_request_remote_forwarding Fssh_channel_request_remote_forwarding macro
H A Dssh.c2091 channel_request_remote_forwarding(ssh, in ssh_init_forwarding()
H A Dclientloop.c1091 if (channel_request_remote_forwarding(ssh, &fwd) < 0) { in process_cmdline()
H A Dmux.c820 fwd.handle = channel_request_remote_forwarding(ssh, &fwd); in mux_master_process_open_fwd()
H A Dchannels.c4293 channel_request_remote_forwarding(struct ssh *ssh, struct Forward *fwd) in channel_request_remote_forwarding() function
H A DChangeLog5101 upstream: In channel_request_remote_forwarding the parameters for