Searched refs:channel_proxy_upstream (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | channels.h | 272 int channel_proxy_upstream(Channel *, int, u_int32_t, struct ssh *);
|
D | channels.c | 2882 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))
|
D | clientloop.c | 1754 if (channel_proxy_upstream(c, type, seq, ssh)) in client_input_channel_req()
|