Searched refs:ETHERMTU (Results 1 – 8 of 8) sorted by relevance
/external/tcpdump/ |
D | print-ether.c | 90 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()
|
D | print-symantec.c | 57 if (etype <= ETHERMTU) in symantec_hdr_print() 64 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() 151 if (ether_type <= ETHERMTU) { in sll_if_print()
|
D | ether.h | 37 #define ETHERMTU 1500 macro
|
D | print-lane.c | 137 if (ether_type <= ETHERMTU) { in lane_print()
|
/external/ppp/pppd/plugins/rp-pppoe/ |
D | pppoe.h | 85 #define ETH_DATA_LEN ETHERMTU 96 #define ETH_DATA_LEN ETHERMTU
|
/external/libpcap/ |
D | wlan_filtering.patch | 231 + * "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) {
|
D | gencode.c | 92 #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) {
|