eth_linux.h
author viric@mandarina
Mon, 28 Apr 2008 21:37:16 +0200
changeset 89 2692e4742267
parent 87 be4ee314545c
permissions -rw-r--r--
Moving the utils from stdinmix to tm.
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);