Searched refs:channel_proxy_upstream (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | channels.h | 322 int channel_proxy_upstream(Channel *, int, u_int32_t, struct ssh *);
|
| D | channels.c | 3293 channel_proxy_upstream(Channel *c, int type, u_int32_t seq, struct ssh *ssh) in channel_proxy_upstream() function 3412 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_data() 3481 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_extended_data() 3536 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_ieof() 3556 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_oclose() 3573 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_open_confirmation() 3629 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_open_failure() 3672 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_window_adjust() 3704 if (channel_proxy_upstream(c, type, seq, ssh)) in channel_input_status_confirm()
|
| D | clientloop.c | 1979 if (channel_proxy_upstream(c, type, seq, ssh)) in client_input_channel_req()
|
| /netbsd/src/crypto/external/bsd/openssh/lib/ |
| D | ssh.expsym | 101 channel_proxy_upstream
|