HomeSort by relevance Sort by last modified time
    Searched defs:chantype (Results 1 - 3 of 3) sorted by null

  /external/dropbear/
tcpfwd.h 42 const struct ChanType *chantype; member in struct:TCPListener
58 extern const struct ChanType svr_chan_tcpdirect;
63 extern const struct ChanType cli_chan_tcpremote;
common-channel.c 63 void chaninitialise(const struct ChanType *chantypes[]) {
100 const struct ChanType *type,
759 const struct ChanType **cp;
760 const struct ChanType *chantype; local
784 for (cp = &ses.chantypes[0], chantype = (*cp);
785 chantype != NULL;
786 cp++, chantype = (*cp)) {
787 if (strcmp(type, chantype->name) == 0) {
792 if (chantype == NULL)
    [all...]
  /device/samsung/crespo/alsa-lib/test/
midifile.c 317 static int chantype[] = local
428 needed = chantype[(status >> 4) & 0xf];

Completed in 809 milliseconds