Home
last modified time | relevance | path

Searched refs:ETHERMTU (Results 1 – 7 of 7) sorted by relevance

/external/tcpdump/
Dprint-symantec.c52 if (etype <= ETHERMTU) in symantec_hdr_print()
59 if (etype <= ETHERMTU) in symantec_hdr_print()
97 if (ether_type <= ETHERMTU) { in symantec_if_print()
Dprint-sll.c152 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()
Dprint-ether.c106 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()
Dether.h36 #define ETHERMTU 1500 macro
Dprint-medsa.c161 if (ether_type <= ETHERMTU) { in medsa_print()
/external/syslinux/core/lwip/src/include/netif/
Dppp_oe.h136 #ifndef ETHERMTU
137 #define ETHERMTU 1500 macro
141 #define PPPOE_MAXMTU (ETHERMTU-PPPOE_HEADERLEN-2)
/external/libpcap/
Dgencode.c150 #define ETHERMTU 1500 macro
1849 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_ether_linktype()
1904 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_ether_linktype()
1936 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_ether_linktype()
1967 if (proto <= ETHERMTU) { in gen_ether_linktype()
1976 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_ether_linktype()
2183 if (proto <= ETHERMTU) { in gen_linux_sll_linktype()
3556 b0 = gen_cmp_gt(cstate, OR_LINKTYPE, 0, BPF_H, ETHERMTU); in gen_llc()
3769 if (proto <= ETHERMTU) { in gen_llc_linktype()