HomeSort by relevance Sort by last modified time
    Searched defs:chantype (Results 1 - 2 of 2) 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...]

Completed in 15 milliseconds