Home
last modified time | relevance | path

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

/netbsd/crypto/external/bsd/openssh/dist/
H A Dchannels.h320 int channel_proxy_upstream(Channel *, int, u_int32_t, struct ssh *);
H A Dchannels.c3229 channel_proxy_upstream(Channel *c, int type, u_int32_t seq, struct ssh *ssh) in channel_proxy_upstream() function
3348 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_data()
3408 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_extended_data()
3463 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_ieof()
3483 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_oclose()
3500 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_open_confirmation()
3556 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_open_failure()
3599 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_window_adjust()
3631 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_status_confirm()
H A Dclientloop.c1810 if (channel_proxy_upstream(c, type, seq, ssh)) in client_input_channel_req()