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