Searched refs:SLARP_MAX_LEN (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/tcpdump/
H A Dprint-chdlc.c139 #define SLARP_MAX_LEN 18 macro
177 if (length >= SLARP_MAX_LEN) { /* uptime-stamp is optional */
194 if (SLARP_MAX_LEN < length && ndo->ndo_vflag)
195 ND_PRINT((ndo, ", (trailing junk: %d bytes)", length - SLARP_MAX_LEN));

Completed in 45 milliseconds