Lines Matching refs:remotechan
38 static void send_msg_channel_open_failure(unsigned int remotechan, int reason,
99 struct Channel* newchannel(unsigned int remotechan, in newchannel() argument
141 newchan->remotechan = remotechan; in newchannel()
336 send_msg_channel_open_failure(channel->remotechan, in check_in_progress()
362 buf_putint(ses.writepayload, channel->remotechan); in send_msg_channel_close()
381 buf_putint(ses.writepayload, channel->remotechan); in send_msg_channel_eof()
610 buf_putint(ses.writepayload, channel->remotechan); in send_msg_channel_data()
746 buf_putint(ses.writepayload, channel->remotechan); in send_msg_channel_window_adjust()
757 unsigned int remotechan, transwindow, transmaxpacket; in recv_msg_channel_open() local
770 remotechan = buf_getint(ses.payload); in recv_msg_channel_open()
800 channel = newchannel(remotechan, chantype, transwindow, transmaxpacket); in recv_msg_channel_open()
828 send_msg_channel_open_failure(remotechan, errtype, "", ""); in recv_msg_channel_open()
843 buf_putint(ses.writepayload, channel->remotechan); in send_msg_channel_failure()
856 buf_putint(ses.writepayload, channel->remotechan); in send_msg_channel_success()
864 static void send_msg_channel_open_failure(unsigned int remotechan, in send_msg_channel_open_failure() argument
871 buf_putint(ses.writepayload, remotechan); in send_msg_channel_open_failure()
890 buf_putint(ses.writepayload, channel->remotechan); in send_msg_channel_open_confirmation()
996 channel->remotechan = buf_getint(ses.payload); in recv_msg_channel_open_confirmation()
1001 channel->remotechan, channel->index)) in recv_msg_channel_open_confirmation()