Searched refs:ETHERMTU (Results 1 - 7 of 7) sorted by relevance
/external/tcpdump/ |
H A D | ether.h | 37 #define ETHERMTU 1500 macro
|
H A D | print-symantec.c | 57 if (etype <= ETHERMTU) 64 if (etype <= ETHERMTU) 103 if (ether_type <= ETHERMTU) {
|
H A D | print-sll.c | 71 if (ether_type <= ETHERMTU) { 151 if (ether_type <= ETHERMTU) {
|
H A D | print-ether.c | 90 if (ntohs(ep->ether_type) <= ETHERMTU) 97 if (ntohs(ep->ether_type) <= ETHERMTU) 131 if (ether_type <= ETHERMTU) { 234 if (ether_type > ETHERMTU) { 261 if (ether_type > ETHERMTU) {
|
H A D | print-lane.c | 137 if (ether_type <= ETHERMTU) {
|
/external/ppp/pppd/plugins/rp-pppoe/ |
H A D | pppoe.h | 85 #define ETH_DATA_LEN ETHERMTU 96 #define ETH_DATA_LEN ETHERMTU
|
/external/libpcap/ |
H A D | gencode.c | 92 #define ETHERMTU 1500 macro 1520 * "proto" is an Ethernet type value, if > ETHERMTU, or an LLC SAP 1521 * value, if <= ETHERMTU. We use that to determine whether to 1523 * a value <= ETHERMTU to see whether it's a type field and then do 1546 * DSAP, as we do for other types <= ETHERMTU 1549 b0 = gen_cmp_gt(OR_LINK, off_linktype, BPF_H, ETHERMTU); 1565 * a length field, <= ETHERMTU, rather than 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) { [all...] |
Completed in 997 milliseconds