HomeSort by relevance Sort by last modified time
    Searched refs:remotechan (Results 1 - 4 of 4) sorted by null

  /external/dropbear/
channel.h 63 unsigned int remotechan; member in struct:Channel
109 struct Channel* newchannel(unsigned int remotechan,
common-channel.c 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; local
    [all...]
cli-chansession.c 100 buf_putint(ses.writepayload, channel->remotechan);
274 buf_putint(ses.writepayload, channel->remotechan);
svr-chansession.c 168 buf_putint(ses.writepayload, channel->remotechan);
204 buf_putint(ses.writepayload, channel->remotechan);

Completed in 376 milliseconds