Searched refs:channel_proxy_upstream (Results 1 – 3 of 3) sorted by relevance
/external/openssh/ |
D | channels.h | 237 int channel_proxy_upstream(Channel *, int, u_int32_t, void *);
|
D | channels.c | 2626 channel_proxy_upstream(Channel *c, int type, u_int32_t seq, void *ctxt) function 2720 if (channel_proxy_upstream(c, type, seq, ctxt)) 2784 if (channel_proxy_upstream(c, type, seq, ctxt)) 2831 if (channel_proxy_upstream(c, type, seq, ctxt)) 2857 if (channel_proxy_upstream(c, type, seq, ctxt)) 2895 if (channel_proxy_upstream(c, type, seq, ctxt)) 2912 if (channel_proxy_upstream(c, type, seq, ctxt)) 2935 if (channel_proxy_upstream(c, type, seq, ctxt)) 2990 if (channel_proxy_upstream(c, type, seq, ctxt)) 3036 if (channel_proxy_upstream(c, type, seq, ctxt)) [all …]
|
D | clientloop.c | 2136 if (channel_proxy_upstream(c, type, seq, ctxt)) in client_input_channel_req()
|