HomeSort by relevance Sort by last modified time
    Searched refs:chantype (Results 1 - 5 of 5) 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;
svr-tcpfwd.c 45 const struct ChanType svr_chan_tcpdirect = {
54 static const struct ChanType svr_chan_tcpremote = {
133 && (info1->chantype == info2->chantype)
210 tcpinfo->chantype = &svr_chan_tcpremote;
tcp-accept.c 67 if (send_msg_channel_open_init(fd, tcpinfo->chantype) == DROPBEAR_SUCCESS) {
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...]
cli-tcpfwd.c 37 const struct ChanType cli_chan_tcpremote = {
50 static const struct ChanType cli_chan_tcplocal = {
109 tcpinfo->chantype = &cli_chan_tcplocal;

Completed in 440 milliseconds