Searched refs:eth_addr_t (Results 1 - 2 of 2) sorted by relevance

/gem5/ext/dnet/
H A Deth.h28 } eth_addr_t; typedef in typeref:struct:eth_addr
31 eth_addr_t eth_dst; /* destination address */
32 eth_addr_t eth_src; /* source address */
66 int eth_get(eth_t *e, eth_addr_t *ea);
67 int eth_set(eth_t *e, const eth_addr_t *ea);
71 char *eth_ntop(const eth_addr_t *eth, char *dst, size_t len);
72 int eth_pton(const char *src, eth_addr_t *dst);
73 char *eth_ntoa(const eth_addr_t *eth);
H A Daddr.h23 eth_addr_t __eth;

Completed in 5 milliseconds