Searched refs:ChanType (Results 1 – 13 of 13) sorted by relevance
58 struct ChanType;89 const struct ChanType* type;93 struct ChanType { struct104 void chaninitialise(const struct ChanType *chantypes[]); argument110 const struct ChanType *type, 127 extern const struct ChanType clichansess;131 int send_msg_channel_open_init(int fd, const struct ChanType *type);
42 const struct ChanType *chantype;58 extern const struct ChanType svr_chan_tcpdirect;63 extern const struct ChanType cli_chan_tcpremote;
37 const struct ChanType cli_chan_tcpremote = {50 static const struct ChanType cli_chan_tcplocal = {
45 const struct ChanType svr_chan_tcpdirect = {54 static const struct ChanType svr_chan_tcpremote = {
83 extern const struct ChanType svrchansess;
63 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()
158 const struct ChanType **chantypes; /* The valid channel types */
69 static const struct ChanType *svr_chantypes[] = {
180 static const struct ChanType chan_x11 = {
179 static const struct ChanType chan_agent = {
70 static const struct ChanType *cli_chantypes[] = {
48 const struct ChanType clichansess = {
993 const struct ChanType svrchansess = {