Searched refs:channel_lookup (Results 1 - 6 of 6) sorted by relevance

/freebsd-13-stable/crypto/openssh/
H A Dchannels.h238 Channel *channel_lookup(struct ssh *, int);
H A Dchannels.c280 channel_lookup(struct ssh *ssh, int id) function
919 Channel *c = channel_lookup(ssh, id);
935 Channel *c = channel_lookup(ssh, id);
961 if ((c = channel_lookup(ssh, id)) == NULL)
975 Channel *c = channel_lookup(ssh, id);
1016 Channel *c = channel_lookup(ssh, id);
1032 Channel *c = channel_lookup(ssh, id);
2972 if ((c = channel_lookup(ssh, id)) == NULL) {
3227 if ((c = channel_lookup(ssh, id)) == NULL) {
3260 if ((c = channel_lookup(ss
[all...]
H A Dserverloop.c877 if ((c = channel_lookup(ssh, id)) == NULL)
H A Dclientloop.c1727 c = channel_lookup(ssh, id);
2204 if ((c = channel_lookup(ssh, id)) == NULL)
H A Dssh_namespace.h119 #define channel_lookup Fssh_channel_lookup macro
H A Dsession.c2393 if ((c = channel_lookup(ssh, s->chanid)) == NULL)

Completed in 137 milliseconds