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

  /external/dropbear/
channel.h 64 unsigned int recvwindow, transwindow; member in struct:Channel
111 unsigned int transwindow, unsigned int transmaxpacket);
common-channel.c 96 /* If remotechan, transwindow and transmaxpacket are not know (for a new
101 unsigned int transwindow, unsigned int transmaxpacket) {
142 newchan->transwindow = transwindow;
295 if (channel->readfd >= 0 && channel->transwindow > 0) {
300 && channel->transwindow > 0) {
447 if (channel->transwindow > 0) {
597 maxlen = MIN(channel->transwindow, channel->transmaxpacket);
637 channel->transwindow -= len;
732 channel->transwindow += incr
757 unsigned int remotechan, transwindow, transmaxpacket; local
    [all...]

Completed in 94 milliseconds