home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.wwiv.com
/
ftp.wwiv.com.zip
/
ftp.wwiv.com
/
pub
/
PPPBCKP
/
SRC
/
SRC20A01.ZIP
/
WATTSRC.ZIP
/
INCLUDE
/
ETHDEV.H
< prev
next >
Wrap
Text File
|
1994-11-19
|
351b
|
17 lines
/*
*
* Ethernet Interface
*/
extern byte *_eth_FormatPacket(), *_eth_WaitPacket();
typedef struct ether {
byte dest[6]; /* destination ethernet address */
byte src[6]; /* source ethernet address */
word type;
byte data[ 1500 ];
};
#define ETH_MIN 60 /* Minimum Ethernet packet size */