OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MAX_BANNER_SIZE
(Results
1 - 3
of
3
) sorted by null
/external/dropbear/
options.h
245
#define
MAX_BANNER_SIZE
2000 /* this is 25*80 chars, any more is foolish */
svr-runopts.c
254
if (buf.st_size >
MAX_BANNER_SIZE
) {
256
MAX_BANNER_SIZE
);
cli-auth.c
75
if (bannerlen >
MAX_BANNER_SIZE
) {
Completed in 3212 milliseconds