HomeSort by relevance Sort by last modified time
    Searched full:chantypes (Results 1 - 4 of 4) sorted by null

  /external/dropbear/
channel.h 104 void chaninitialise(const struct ChanType *chantypes[]);
common-channel.c 63 void chaninitialise(const struct ChanType *chantypes[]) {
71 ses.chantypes = chantypes;
782 * different list for ses.chantypes at startup. We just iterate through
784 for (cp = &ses.chantypes[0], chantype = (*cp);
session.h 158 const struct ChanType **chantypes; /* The valid channel types */ member in struct:sshsession
common-session.c 113 ses.chantypes = NULL;

Completed in 470 milliseconds