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

/freebsd-current/crypto/openssh/
H A Dchannels.h285 Channel *channel_by_remote_id(struct ssh *, u_int);
H A Dssh_namespace.h117 #define channel_by_remote_id Fssh_channel_by_remote_id macro
H A Dchannels.c270 channel_by_remote_id(struct ssh *ssh, u_int remote_id) function
3255 if ((c = channel_by_remote_id(ssh, remote_id)) != NULL) {

Completed in 95 milliseconds