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

/gem5/ext/dnet/
H A Deth.h62 typedef struct eth_handle eth_t; typedef in typeref:struct:eth_handle
65 eth_t *eth_open(const char *device);
66 int eth_get(eth_t *e, eth_addr_t *ea);
67 int eth_set(eth_t *e, const eth_addr_t *ea);
68 size_t eth_send(eth_t *e, const void *buf, size_t len);
69 eth_t *eth_close(eth_t *e);

Completed in 4 milliseconds