int eth_open(char *eth);
int eth_recv(char *buf, int len, char *partner_mac);
int eth_send(char *dev, char *mac, void *p, int len);


syntax highlighted by Code2HTML, v. 0.9.1