Home
last modified time | relevance | path

Searched refs:MAXTAGPRINT (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/tcpdump/
H A Dprint-pppoe.c86 #define MAXTAGPRINT 80 macro
155 char tag_str[MAXTAGPRINT]; in pppoe_print()
160 for (v = p; v < p + tag_len && tag_str_len < MAXTAGPRINT-1; v++) in pppoe_print()