OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:transmaxpacket
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
channel.h
66
unsigned int recvmaxpacket,
transmaxpacket
;
member in struct:Channel
111
unsigned int transwindow, unsigned int
transmaxpacket
);
common-channel.c
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
;
local
773
transmaxpacket
= buf_getint(ses.payload);
774
transmaxpacket
= MIN(
transmaxpacket
, MAX_TRANS_PAYLOAD_LEN);
800
channel = newchannel(remotechan, chantype, transwindow,
transmaxpacket
);
[
all
...]
Completed in 51 milliseconds