Home | History | Annotate | Download | only in dropbear

Lines Matching refs:remotechan

38 static void send_msg_channel_open_failure(unsigned int remotechan, int reason,
96 /* If remotechan, transwindow and transmaxpacket are not know (for a new
99 struct Channel* newchannel(unsigned int remotechan,
141 newchan->remotechan = remotechan;
336 send_msg_channel_open_failure(channel->remotechan,
362 buf_putint(ses.writepayload, channel->remotechan);
381 buf_putint(ses.writepayload, channel->remotechan);
610 buf_putint(ses.writepayload, channel->remotechan);
746 buf_putint(ses.writepayload, channel->remotechan);
757 unsigned int remotechan, transwindow, transmaxpacket;
770 remotechan = buf_getint(ses.payload);
800 channel = newchannel(remotechan, chantype, transwindow, transmaxpacket);
828 send_msg_channel_open_failure(remotechan, errtype, "", "");
843 buf_putint(ses.writepayload, channel->remotechan);
856 buf_putint(ses.writepayload, channel->remotechan);
864 static void send_msg_channel_open_failure(unsigned int remotechan,
871 buf_putint(ses.writepayload, remotechan);
890 buf_putint(ses.writepayload, channel->remotechan);
996 channel->remotechan = buf_getint(ses.payload);
1001 channel->remotechan, channel->index))