Home
last modified time | relevance | path

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

/external/dropbear/
Dcommon-channel.c42 unsigned int recvmaxpacket);
157 newchan->recvmaxpacket = RECV_MAXPACKET; in newchannel()
343 channel->recvmaxpacket); in check_in_progress()
823 channel->recvmaxpacket); in recv_msg_channel_open()
884 unsigned int recvmaxpacket) { in send_msg_channel_open_confirmation() argument
893 buf_putint(ses.writepayload, recvmaxpacket); in send_msg_channel_open_confirmation()
Dchannel.h66 unsigned int recvmaxpacket, transmaxpacket; member