Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-bcm-li.c33 #define BCM_LI_SHIM_LEN 4 macro
69 if (length < BCM_LI_SHIM_LEN) { in bcm_li_print()
70 ND_PRINT(" (length %u < %u)", length, BCM_LI_SHIM_LEN); in bcm_li_print()
80 length -= BCM_LI_SHIM_LEN; in bcm_li_print()
81 bp += BCM_LI_SHIM_LEN; in bcm_li_print()