Searched defs:transwindow (Results 1 - 2 of 2) sorted by relevance
/external/dropbear/ |
H A D | channel.h | 64 unsigned int recvwindow, transwindow; member in struct:Channel 111 unsigned int transwindow, unsigned int transmaxpacket);
|
H A D | 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 99 newchannel(unsigned int remotechan, const struct ChanType *type, unsigned int transwindow, unsigned int transmaxpacket) argument 757 unsigned int remotechan, transwindow, transmaxpacket; local [all...] |
Completed in 63 milliseconds