;**********************************************************************
;
;  Copyright (C) 2007-2008 Elmar Hanlhofer http://www.plop.at
;
;  This program is free software; you can redistribute it and/or modify
;  it under the terms of the GNU General Public License as published by
;  the Free Software Foundation; either version 2 of the License, or
;  (at your option) any later version.
;
;  This program is distributed in the hope that it will be useful,
;  but WITHOUT ANY WARRANTY; without even the implied warranty of
;  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
;  GNU General Public License for more details.
;
;
;
;**********************************************************************


eth_ip:			.byte 4
eth_netmask:		.byte 4
eth_sockettype:		.byte 1
eth_socket:		.byte 4
eth_socketListen:  	.byte 4
eth_socketConnect: 	.byte 4
eth_socketAccept:  	.byte 4
eth_portListen:		.byte 2
eth_portConnect: 	.byte 2
eth_targetIP:		.byte 4
eth_error:		.byte 1

eth_datasendbuffer:	.byte 5+149
eth_datareceivebuffer:	.byte 5+149

eth_datalen:		.byte 1
eth_databuffer:		.byte 60

eth_socketAcceptIP:	.byte 4
eth_socketAcceptPort:	.byte 2

eth_initSocketNumber:	.byte 1
eth_clientConnected:	.byte 1