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)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
87
be4ee314545c Making client and server use different ethernet protocols
viric@llimona
parents: 43
diff changeset
     1
int eth_open(char *eth, enum Eth_type type);
43
625794738afc Added first attempt for an ethernet protocol. Even not tried.
viric@llimona
parents:
diff changeset
     2
int eth_recv(char *buf, int len, char *partner_mac);
625794738afc Added first attempt for an ethernet protocol. Even not tried.
viric@llimona
parents:
diff changeset
     3
int eth_send(char *dev, char *mac, void *p, int len);