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

  /external/dropbear/
cli-channel.c 56 common_recv_msg_channel_data(channel, channel->errfd, channel->extrabuf);
channel.h 73 circbuffer *extrabuf; /* extended-data for the program - used like writebuf member in struct:Channel
common-channel.c 59 #define ERRFD_IS_READ(channel) ((channel)->extrabuf == NULL)
154 newchan->extrabuf = NULL; /* The user code can set it up */
232 writechannel(channel, channel->errfd, channel->extrabuf);
253 } else if (channel->errfd >= 0 && channel->extrabuf &&
254 cbuf_getused(channel->extrabuf) > 0) {
267 TRACE(("writebuf size %d extrabuf size %d",
269 channel->extrabuf ? cbuf_getused(channel->extrabuf) : 0))
426 dropbear_assert(channel->extrabuf == NULL ||
427 channel->recvwindow <= cbuf_getavail(channel->extrabuf));
    [all...]
cli-chansession.c 353 channel->extrabuf = cbuf_new(RECV_MAXWINDOW);

Completed in 21 milliseconds