Home
last modified time | relevance | path

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

/freebsd/contrib/tcpdump/
H A Dprint-sll.c177 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) { in sll_print()
266 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) { in sll_if_print()
317 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) in sll_if_print()
360 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) { in sll2_print()
462 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) { in sll2_if_print()
513 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) in sll2_if_print()
H A Dprint-symantec.c51 if (etype <= MAX_ETHERNET_LENGTH_VAL) in symantec_hdr_print()
58 if (etype <= MAX_ETHERNET_LENGTH_VAL) in symantec_hdr_print()
95 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) { in symantec_if_print()
H A Dethertype.h27 #define MAX_ETHERNET_LENGTH_VAL 1500 macro
H A Dprint-ether.c293 if (length_type <= MAX_ETHERNET_LENGTH_VAL) { in ether_common_print()
372 if (!ndo->ndo_eflag && length_type > MAX_ETHERNET_LENGTH_VAL) { in ether_common_print()