Searched defs:ETHERMTU (Results 1 - 2 of 2) sorted by relevance

/external/tcpdump/
H A Dether.h37 #define ETHERMTU 1500 macro
/external/libpcap/
H A Dgencode.c108 #define ETHERMTU 1500 macro
1731 * "proto" is an Ethernet type value, if > ETHERMTU, or an LLC SAP
1732 * value, if <= ETHERMTU. We use that to determine whether to
1734 * a value <= ETHERMTU to see whether it's a type field and then do
1757 * DSAP, as we do for other types <= ETHERMTU
1760 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1776 * a length field, <= ETHERMTU, rather than
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) {
[all...]

Completed in 129 milliseconds