Home
last modified time | relevance | path

Searched refs:ChanType (Results 1 – 13 of 13) sorted by relevance

/external/dropbear/
Dchannel.h58 struct ChanType;
89 const struct ChanType* type;
93 struct ChanType { struct
104 void chaninitialise(const struct ChanType *chantypes[]); argument
110 const struct ChanType *type,
127 extern const struct ChanType clichansess;
131 int send_msg_channel_open_init(int fd, const struct ChanType *type);
Dtcpfwd.h42 const struct ChanType *chantype;
58 extern const struct ChanType svr_chan_tcpdirect;
63 extern const struct ChanType cli_chan_tcpremote;
Dcli-tcpfwd.c37 const struct ChanType cli_chan_tcpremote = {
50 static const struct ChanType cli_chan_tcplocal = {
Dsvr-tcpfwd.c45 const struct ChanType svr_chan_tcpdirect = {
54 static const struct ChanType svr_chan_tcpremote = {
Dcommon-channel.c63 void chaninitialise(const struct ChanType *chantypes[]) { in chaninitialise()
100 const struct ChanType *type, in newchannel()
759 const struct ChanType **cp; in recv_msg_channel_open()
760 const struct ChanType *chantype; in recv_msg_channel_open()
948 int send_msg_channel_open_init(int fd, const struct ChanType *type) { in send_msg_channel_open_init()
Dchansession.h83 extern const struct ChanType svrchansess;
Dsession.h158 const struct ChanType **chantypes; /* The valid channel types */
Dsvr-session.c69 static const struct ChanType *svr_chantypes[] = {
Dsvr-x11fwd.c180 static const struct ChanType chan_x11 = {
Dsvr-agentfwd.c179 static const struct ChanType chan_agent = {
Dcli-session.c70 static const struct ChanType *cli_chantypes[] = {
Dcli-chansession.c48 const struct ChanType clichansess = {
Dsvr-chansession.c993 const struct ChanType svrchansess = {