HomeSort by relevance Sort by last modified time
    Searched defs:remotechan (Results 1 - 2 of 2) 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...]

Completed in 41 milliseconds