Searched refs:ETHERMTU (Results 1 – 5 of 5) sorted by relevance
/external/tcpdump/ |
D | print-symantec.c | 51 if (etype <= ETHERMTU) in symantec_hdr_print() 58 if (etype <= ETHERMTU) in symantec_hdr_print() 96 if (ether_type <= ETHERMTU) { in symantec_if_print()
|
D | print-sll.c | 151 if (ether_type <= ETHERMTU) { in sll_print() 232 if (ether_type <= ETHERMTU) { in sll_if_print() 287 if (ether_type <= ETHERMTU) in sll_if_print()
|
D | print-ether.c | 104 if (ether_type <= ETHERMTU) in ether_hdr_print() 111 if (ether_type <= ETHERMTU) in ether_hdr_print() 159 if (ether_type <= ETHERMTU) { in ether_print() 192 if (ndo->ndo_eflag && ether_type > ETHERMTU) in ether_print()
|
D | ether.h | 36 #define ETHERMTU 1500 macro
|
/external/libpcap/ |
D | gencode.c | 104 #define ETHERMTU 1500 macro 1765 b0 = gen_cmp_gt(OR_LINKTYPE, 0, BPF_H, ETHERMTU); 1820 b0 = gen_cmp_gt(OR_LINKTYPE, 0, BPF_H, ETHERMTU); 1852 b0 = gen_cmp_gt(OR_LINKTYPE, 0, BPF_H, ETHERMTU); 1883 if (proto <= ETHERMTU) { 1892 b0 = gen_cmp_gt(OR_LINKTYPE, 0, BPF_H, ETHERMTU); 2066 if (proto <= ETHERMTU) { 3396 b0 = gen_cmp_gt(OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_llc() 3610 if (proto <= ETHERMTU) {
|