Home
last modified time | relevance | path

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

/external/openssh/
Dchannels.h285 int channel_request_remote_forwarding(struct Forward *);
Dssh.c1657 channel_request_remote_forwarding( in ssh_init_forwarding()
Dclientloop.c1010 if (channel_request_remote_forwarding(&fwd) < 0) { in process_cmdline()
Dmux.c801 fwd.handle = channel_request_remote_forwarding(&fwd); in process_mux_open_fwd()
Dchannels.c3582 channel_request_remote_forwarding(struct Forward *fwd) function