Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-chdlc.c133 #define SLARP_MAX_LEN 18 macro
172 if (length >= SLARP_MAX_LEN) { /* uptime-stamp is optional */ in chdlc_slarp_print()
188 if (SLARP_MAX_LEN < length && ndo->ndo_vflag) in chdlc_slarp_print()
189 ND_PRINT(", (trailing junk: %u bytes)", length - SLARP_MAX_LEN); in chdlc_slarp_print()