Searched refs:MAX_BANNER_LINES (Results 1 – 2 of 2) sorted by relevance
/external/dropbear/ | ||
D | options.h | 246 #define MAX_BANNER_LINES 20 /* How many lines the client will display */ macro |
D | cli-auth.c | 86 if (linecount >= MAX_BANNER_LINES) { in recv_msg_userauth_banner() |