Home
last modified time | relevance | path

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

/dragonfly/crypto/openssh/
H A Dchannels.h349 int channel_request_remote_forwarding(struct ssh *, struct Forward *);
H A Dssh.c1978 channel_request_remote_forwarding(ssh, in ssh_init_forwarding()
H A Dclientloop.c860 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.c4081 channel_request_remote_forwarding(struct ssh *ssh, struct Forward *fwd) in channel_request_remote_forwarding() function