Searched refs:channel_by_remote_id (Results 1 – 2 of 2) sorted by relevance
283 Channel *channel_by_remote_id(struct ssh *, u_int);
257 channel_by_remote_id(struct ssh *ssh, u_int remote_id) in channel_by_remote_id() function3210 if ((c = channel_by_remote_id(ssh, remote_id)) != NULL) { in channel_proxy_downstream()