Searched defs:remotechan (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/
H A Dchannel.h63 unsigned int remotechan; member in struct:Channel
109 struct Channel* newchannel(unsigned int remotechan,
H A Dcommon-channel.c38 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, argument
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; local
864 send_msg_channel_open_failure(unsigned int remotechan, int reason, const unsigned char *text, const unsigned char *lang) argument
[all...]

Completed in 51 milliseconds