eth_linux.h
author viric@mandarina
Thu, 21 Aug 2008 23:21:22 +0200
changeset 93 7d9b7a6da507
parent 87 be4ee314545c
permissions -rw-r--r--
Removing direct references to /usr in the Makefile, for nix.
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);