Home
last modified time | relevance | path

Searched refs:channel_proxy_upstream (Results 1 – 3 of 3) sorted by relevance

/external/openssh/
Dchannels.h272 int channel_proxy_upstream(Channel *, int, u_int32_t, struct ssh *);
Dchannels.c2882 channel_proxy_upstream(Channel *c, int type, u_int32_t seq, struct ssh *ssh) function
3003 if (channel_proxy_upstream(c, type, seq, ssh))
3066 if (channel_proxy_upstream(c, type, seq, ssh))
3121 if (channel_proxy_upstream(c, type, seq, ssh))
3141 if (channel_proxy_upstream(c, type, seq, ssh))
3158 if (channel_proxy_upstream(c, type, seq, ssh))
3213 if (channel_proxy_upstream(c, type, seq, ssh))
3256 if (channel_proxy_upstream(c, type, seq, ssh))
3288 if (channel_proxy_upstream(c, type, seq, ssh))
Dclientloop.c1754 if (channel_proxy_upstream(c, type, seq, ssh)) in client_input_channel_req()