Searched refs:ETHERMTU (Results 1 - 6 of 6) sorted by relevance

/external/tcpdump/
H A Dether.h36 #define ETHERMTU 1500 macro
H A Dprint-symantec.c51 if (etype <= ETHERMTU)
58 if (etype <= ETHERMTU)
96 if (ether_type <= ETHERMTU) {
H A Dprint-sll.c151 if (ether_type <= ETHERMTU) {
232 if (ether_type <= ETHERMTU) {
287 if (ether_type <= ETHERMTU)
H A Dprint-ether.c104 if (ether_type <= ETHERMTU)
111 if (ether_type <= ETHERMTU)
159 if (ether_type <= ETHERMTU) {
192 if (ndo->ndo_eflag && ether_type > ETHERMTU)
/external/syslinux/core/lwip/src/include/netif/
H A Dppp_oe.h136 #ifndef ETHERMTU
137 #define ETHERMTU 1500 macro
141 #define PPPOE_MAXMTU (ETHERMTU-PPPOE_HEADERLEN-2)
/external/libpcap/
H A Dgencode.c104 #define ETHERMTU 1500 macro
1736 * "proto" is an Ethernet type value, if > ETHERMTU, or an LLC SAP
1737 * value, if <= ETHERMTU. We use that to determine whether to
1739 * a value <= ETHERMTU to see whether it's a type field and then do
1762 * DSAP, as we do for other types <= ETHERMTU
1765 b0 = gen_cmp_gt(OR_LINKTYPE, 0, BPF_H, ETHERMTU);
1781 * a length field, <= ETHERMTU, rather than
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) {
[all...]

Completed in 176 milliseconds