Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dchannels.h319 int channel_proxy_upstream(Channel *, int, u_int32_t, struct ssh *);
H A Dchannels.c3289 channel_proxy_upstream(Channel *c, int type, u_int32_t seq, struct ssh *ssh) in channel_proxy_upstream() function
3408 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_data()
3477 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_extended_data()
3532 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_ieof()
3552 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_oclose()
3569 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_open_confirmation()
3625 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_open_failure()
3668 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_window_adjust()
3700 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_status_confirm()
H A Dssh_namespace.h170 #define channel_proxy_upstream Fssh_channel_proxy_upstream macro
H A Dclientloop.c1964 if (channel_proxy_upstream(c, type, seq, ssh)) in client_input_channel_req()