Home | History | Annotate | Download | only in dropbear

Lines Matching refs:transmaxpacket

96 /* If remotechan, transwindow and transmaxpacket are not know (for a new
101 unsigned int transwindow, unsigned int transmaxpacket) {
143 newchan->transmaxpacket = transmaxpacket;
597 maxlen = MIN(channel->transwindow, channel->transmaxpacket);
757 unsigned int remotechan, transwindow, transmaxpacket;
773 transmaxpacket = buf_getint(ses.payload);
774 transmaxpacket = MIN(transmaxpacket, MAX_TRANS_PAYLOAD_LEN);
800 channel = newchannel(remotechan, chantype, transwindow, transmaxpacket);
998 channel->transmaxpacket = buf_getint(ses.payload);