eth_linux.h
author viric <viriketo@gmail.com>
Wed, 16 Feb 2011 21:07:11 +0100
branchsaveflie
changeset 95 13360d8af313
parent 87 be4ee314545c
permissions -rw-r--r--
Fixing a problem on savefile (stdin was not saved well, and the file not truncated)

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