Searched refs:ETHERMTU (Results 1 – 6 of 6) sorted by relevance
/external/tcpdump/ |
D | print-symantec.c | 52 if (etype <= ETHERMTU) in symantec_hdr_print() 59 if (etype <= ETHERMTU) in symantec_hdr_print() 97 if (ether_type <= ETHERMTU) { in symantec_if_print()
|
D | print-sll.c | 152 if (ether_type <= ETHERMTU) { in sll_print() 235 if (ether_type <= ETHERMTU) { in sll_if_print() 288 if (ether_type <= ETHERMTU) in sll_if_print()
|
D | print-ether.c | 106 if (length_type <= ETHERMTU) { in ether_hdr_print() 114 if (length_type <= ETHERMTU) { in ether_hdr_print() 176 if (length_type <= ETHERMTU) { in ether_print() 209 if (ndo->ndo_eflag && length_type > ETHERMTU) in ether_print()
|
D | ether.h | 36 #define ETHERMTU 1500 macro
|
D | print-medsa.c | 161 if (ether_type <= ETHERMTU) { in medsa_print()
|
/external/libpcap/ |
D | gencode.c | 140 #define ETHERMTU 1500 macro 1982 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_ether_linktype() 2036 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_ether_linktype() 2068 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_ether_linktype() 2099 if (ll_proto <= ETHERMTU) { in gen_ether_linktype() 2108 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_ether_linktype() 2312 if (ll_proto <= ETHERMTU) { in gen_linux_sll_linktype() 3670 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_llc_internal() 3931 if (ll_proto <= ETHERMTU) { in gen_llc_linktype()
|