Searched refs:MAXDUMPLEN (Results 1 – 2 of 2) sorted by relevance
49 #define MAXDUMPLEN (64 + MAXMTU) macro
229 char output[MAXDUMPLEN * 3 + 2]; in logcat_hexdump()233 for (i = 0; i < len && i < MAXDUMPLEN; i++) { in logcat_hexdump()