Home
last modified time | relevance | path

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

/external/tcpdump/
Dprint-ether.c90 if (ntohs(ep->ether_type) <= ETHERMTU) in ether_hdr_print()
97 if (ntohs(ep->ether_type) <= ETHERMTU) in ether_hdr_print()
131 if (ether_type <= ETHERMTU) { in ether_print()
234 if (ether_type > ETHERMTU) { in ether_encap_print()
261 if (ether_type > ETHERMTU) { in ether_encap_print()
Dprint-symantec.c57 if (etype <= ETHERMTU) in symantec_hdr_print()
64 if (etype <= ETHERMTU) in symantec_hdr_print()
103 if (ether_type <= ETHERMTU) { in symantec_if_print()
Dprint-sll.c71 if (ether_type <= ETHERMTU) { in sll_print()
151 if (ether_type <= ETHERMTU) { in sll_if_print()
Dether.h37 #define ETHERMTU 1500 macro
Dprint-lane.c137 if (ether_type <= ETHERMTU) { in lane_print()
/external/ppp/pppd/plugins/rp-pppoe/
Dpppoe.h85 #define ETH_DATA_LEN ETHERMTU
96 #define ETH_DATA_LEN ETHERMTU
/external/libpcap/
Dwlan_filtering.patch231 + * "proto" is an Ethernet type value, if > ETHERMTU, or an LLC SAP
232 + * value, if <= ETHERMTU. We use that to determine whether to
256 + * DSAP, as we do for other types <= ETHERMTU
291 + if (proto <= ETHERMTU) {
Dgencode.c92 #define ETHERMTU 1500 macro
1549 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1606 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1639 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1670 if (proto <= ETHERMTU) {
1679 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU);
1833 if (proto <= ETHERMTU) {
2699 if (proto <= ETHERMTU) {