OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_TRANS_WIN_INCR
(Results
1 - 2
of
2
) sorted by null
/external/dropbear/
options.h
323
#define
MAX_TRANS_WIN_INCR
500000000 /* overflow prevention */
common-channel.c
730
incr = MIN(incr,
MAX_TRANS_WIN_INCR
);
Completed in 40 milliseconds