HomeSort by relevance Sort by last modified time
    Searched refs:channel_lookup (Results 1 - 5 of 5) sorted by null

  /external/openssh/
channels.h 203 Channel *channel_lookup(int);
channels.c 197 channel_lookup(int id) function
655 Channel *c = channel_lookup(id);
673 Channel *c = channel_lookup(id);
693 if ((c = channel_lookup(id)) == NULL)
706 Channel *c = channel_lookup(id);
746 Channel *c = channel_lookup(id);
762 Channel *c = channel_lookup(id);
    [all...]
clientloop.c     [all...]
serverloop.c 1181 if ((c = channel_lookup(id)) == NULL)
    [all...]
session.c     [all...]

Completed in 29 milliseconds