Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h260 int channel_request_remote_forwarding(const char *, u_short,
Dssh.c1118 if (channel_request_remote_forwarding( in ssh_init_forwarding()
Dclientloop.c941 if (channel_request_remote_forwarding(fwd.listen_host, in process_cmdline()
Dmux.c748 if (channel_request_remote_forwarding(fwd.listen_host, in process_mux_open_fwd()
Dchannels.c2851 channel_request_remote_forwarding(const char *listen_host, u_short listen_port, function