Searched defs:transmaxpacket (Results 1 - 2 of 2) sorted by relevance

/external/dropbear/
H A Dchannel.h66 unsigned int recvmaxpacket, transmaxpacket; member in struct:Channel
111 unsigned int transwindow, unsigned int transmaxpacket);
H A Dcommon-channel.c96 /* 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; local
773 transmaxpacket = buf_getint(ses.payload);
774 transmaxpacket = MIN(transmaxpacket, MAX_TRANS_PAYLOAD_LEN);
800 channel = newchannel(remotechan, chantype, transwindow, transmaxpacket);
99 newchannel(unsigned int remotechan, const struct ChanType *type, unsigned int transwindow, unsigned int transmaxpacket) argument
[all...]

Completed in 61 milliseconds