HomeSort by relevance Sort by last modified time
    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 393 milliseconds