Searched refs:channel_by_remote_id (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dchannels.h237 Channel *channel_by_remote_id(struct ssh *, u_int);
H A Dssh_namespace.h89 #define channel_by_remote_id Fssh_channel_by_remote_id macro
H A Dchannels.c262 channel_by_remote_id(struct ssh *ssh, u_int remote_id) function
2827 if ((c = channel_by_remote_id(ssh, remote_id)) != NULL) {

Completed in 172 milliseconds