HomeSort by: relevance | last modified time | path
    Searched refs:channel_lookup (Results 1 - 5 of 5) sorted by relevancy

  /src/crypto/external/bsd/openssh/dist/
channels.h 298 Channel *channel_lookup(struct ssh *, int);
channels.c 288 channel_lookup(struct ssh *ssh, int id) function
1185 Channel *c = channel_lookup(ssh, id);
1202 Channel *c = channel_lookup(ssh, id);
1228 if ((c = channel_lookup(ssh, id)) == NULL)
1242 Channel *c = channel_lookup(ssh, id);
1283 Channel *c = channel_lookup(ssh, id);
1299 Channel *c = channel_lookup(ssh, id);
3477 if ((c = channel_lookup(ssh, id)) == NULL) {
3750 if ((c = channel_lookup(ssh, id)) == NULL) {
3783 if ((c = channel_lookup(ssh, id)) == NULL)
    [all...]
serverloop.c 899 if (id >= INT_MAX || (c = channel_lookup(ssh, (int)id)) == NULL) {
clientloop.c 2005 c = channel_lookup(ssh, id);
2733 if ((c = channel_lookup(ssh, id)) == NULL)
session.c 2166 if ((c = channel_lookup(ssh, s->chanid)) == NULL)

Completed in 68 milliseconds