HomeSort by: relevance | last modified time | path
    Searched refs:channel_proxy_upstream (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
channels.h 332 int channel_proxy_upstream(Channel *, int, uint32_t, struct ssh *);
channels.c 3197 * channels and processed by channel_proxy_upstream(). The local channel ID
3373 channel_proxy_upstream(Channel *c, int type, uint32_t seq, struct ssh *ssh) function
3492 if (channel_proxy_upstream(c, type, seq, ssh))
3564 if (channel_proxy_upstream(c, type, seq, ssh))
3619 if (channel_proxy_upstream(c, type, seq, ssh))
3639 if (channel_proxy_upstream(c, type, seq, ssh))
3656 if (channel_proxy_upstream(c, type, seq, ssh))
3712 if (channel_proxy_upstream(c, type, seq, ssh))
3755 if (channel_proxy_upstream(c, type, seq, ssh))
3787 if (channel_proxy_upstream(c, type, seq, ssh)
    [all...]
clientloop.c 2006 if (channel_proxy_upstream(c, type, seq, ssh))

Completed in 85 milliseconds