Searched refs:channel_request_remote_forwarding (Results 1 – 6 of 6) sorted by relevance
378 int channel_request_remote_forwarding(struct ssh *, struct Forward *);
171 #define channel_request_remote_forwarding Fssh_channel_request_remote_forwarding macro
2139 channel_request_remote_forwarding(ssh, in ssh_init_forwarding()
1087 if (channel_request_remote_forwarding(ssh, &fwd) < 0) { in process_cmdline()
855 fwd.handle = channel_request_remote_forwarding(ssh, &fwd); in mux_master_process_open_fwd()
4368 channel_request_remote_forwarding(struct ssh *ssh, struct Forward *fwd) in channel_request_remote_forwarding() function