Searched refs:MAX_BANNER_SIZE (Results 1 – 3 of 3) sorted by relevance
254 if (buf.st_size > MAX_BANNER_SIZE) { in svr_getopts()256 MAX_BANNER_SIZE); in svr_getopts()
245 #define MAX_BANNER_SIZE 2000 /* this is 25*80 chars, any more is foolish */ macro
75 if (bannerlen > MAX_BANNER_SIZE) { in recv_msg_userauth_banner()