Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcpdump/
H A Dprint-sll.c175 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) { in sll_print()
264 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) { in sll_if_print()
315 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) in sll_if_print()
358 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) { in sll2_print()
460 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) { in sll2_if_print()
511 if (ether_type <= MAX_ETHERNET_LENGTH_VAL) in sll2_if_print()
H A Dprint-symantec.c49 if (etype <= MAX_ETHERNET_LENGTH_VAL) in symantec_hdr_print()
56 if (etype <= MAX_ETHERNET_LENGTH_VAL) in symantec_hdr_print()
93 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.c291 if (length_type <= MAX_ETHERNET_LENGTH_VAL) { in ether_common_print()
370 if (!ndo->ndo_eflag && length_type > MAX_ETHERNET_LENGTH_VAL) { in ether_common_print()