Searched refs:ETHERMTU (Results 1 – 5 of 5) sorted by relevance
/external/tcpdump/ |
D | print-symantec.c | 58 if (etype <= ETHERMTU) in symantec_hdr_print() 65 if (etype <= ETHERMTU) in symantec_hdr_print() 103 if (ether_type <= ETHERMTU) { in symantec_if_print()
|
D | print-sll.c | 71 if (ether_type <= ETHERMTU) { in sll_print() 152 if (ether_type <= ETHERMTU) { in sll_if_print() 210 if (ether_type <= ETHERMTU) in sll_if_print()
|
D | print-ether.c | 109 if (ether_type <= ETHERMTU) in ether_hdr_print() 116 if (ether_type <= ETHERMTU) in ether_hdr_print() 164 if (ether_type <= ETHERMTU) { in ether_print() 200 if (ndo->ndo_eflag && ether_type > ETHERMTU) in ether_print()
|
D | ether.h | 37 #define ETHERMTU 1500 macro
|
/external/libpcap/ |
D | gencode.c | 108 #define ETHERMTU 1500 macro 1760 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU); 1815 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU); 1848 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU); 1879 if (proto <= ETHERMTU) { 1888 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU); 2065 if (proto <= ETHERMTU) { 3518 if (proto <= ETHERMTU) {
|