Home
last modified time | relevance | path

Searched refs:transmaxpacket (Results 1 – 2 of 2) sorted by relevance

/external/dropbear/
Dcommon-channel.c101 unsigned int transwindow, unsigned int transmaxpacket) { in newchannel() argument
143 newchan->transmaxpacket = transmaxpacket; in newchannel()
597 maxlen = MIN(channel->transwindow, channel->transmaxpacket); in send_msg_channel_data()
757 unsigned int remotechan, transwindow, transmaxpacket; in recv_msg_channel_open() local
773 transmaxpacket = buf_getint(ses.payload); in recv_msg_channel_open()
774 transmaxpacket = MIN(transmaxpacket, MAX_TRANS_PAYLOAD_LEN); in recv_msg_channel_open()
800 channel = newchannel(remotechan, chantype, transwindow, transmaxpacket); in recv_msg_channel_open()
998 channel->transmaxpacket = buf_getint(ses.payload); in recv_msg_channel_open_confirmation()
Dchannel.h66 unsigned int recvmaxpacket, transmaxpacket; member
111 unsigned int transwindow, unsigned int transmaxpacket);