Searched refs:eth (Results 1 - 3 of 3) sorted by relevance

/gem5/ext/dnet/
H A Deth.h2 * eth.h
8 * $Id: eth.h,v 1.15 2004/01/03 08:47:23 dugsong Exp $
71 char *eth_ntop(const eth_addr_t *eth, char *dst, size_t len);
73 char *eth_ntoa(const eth_addr_t *eth);
/gem5/src/base/
H A Dinet.hh58 #include "dnet/eth.h"
135 // instead of 12. dnet/eth.h only supports 802.1
295 EthHdr *eth = (EthHdr *)ptr->data; local
296 if (eth->type() == ETH_TYPE_IP)
298 if (eth->isVlan())
408 EthHdr *eth = (EthHdr *)ptr->data; local
409 if (eth->type() == ETH_TYPE_IPV6)
411 if (eth->isVlan())
/gem5/src/dev/net/
H A Dns_gige.cc1913 EthPtr eth = packet; local
1917 const EthAddr &dst = eth->dst();
1927 if (acceptArp && eth->type() == ETH_TYPE_ARP)

Completed in 18 milliseconds