Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-chdlc.c135 #define SLARP_MAX_LEN 18 macro
173 if (length >= SLARP_MAX_LEN) { /* uptime-stamp is optional */ in chdlc_slarp_print()
190 if (SLARP_MAX_LEN < length && ndo->ndo_vflag) in chdlc_slarp_print()
191 ND_PRINT((ndo, ", (trailing junk: %d bytes)", length - SLARP_MAX_LEN)); in chdlc_slarp_print()