Searched refs:remotechan (Results 1 – 4 of 4) sorted by relevance
/external/dropbear/ |
D | common-channel.c | 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() [all …]
|
D | channel.h | 63 unsigned int remotechan; member 109 struct Channel* newchannel(unsigned int remotechan,
|
D | cli-chansession.c | 100 buf_putint(ses.writepayload, channel->remotechan); in start_channel_request() 274 buf_putint(ses.writepayload, channel->remotechan); in cli_chansess_winchange()
|
D | svr-chansession.c | 168 buf_putint(ses.writepayload, channel->remotechan); in send_msg_chansess_exitstatus() 204 buf_putint(ses.writepayload, channel->remotechan); in send_msg_chansess_exitsignal()
|