home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Developer CD v1.2
/
amidev_cd_12.iso
/
devcon
/
milan_1991
/
devcon91.2
/
network
/
sana2
/
include
/
netbuff.i
< prev
next >
Wrap
Text File
|
1992-09-01
|
800b
|
48 lines
IFND LIBRARIES_NETBUFF_I
LIBRARIES_NETBUFF_I SET 1
**
** $Filename: netbuff.i $
** $Release: Developer Information$
** $Revision: 1.1 $
** $Date: 91/05/14 $
**
** NetBuff library structure definitions.
**
** (C) Copyright 1991 Raymond S. Brand
** All Rights Reserved
**
** (C) Copyright 1991 Commodore-Amiga Inc.
** All Rights Reserved
**
IFND EXEC_TYPES_I
INCLUDE "exec/types.i"
ENDC ; !EXEC_TYPES_I
IFND EXEC_LISTS_I
INCLUDE "exec/lists.i"
ENDC ; !EXEC_LISTS_I
NETBUFFNAME MACRO
dc.b 'netbuff.library',0
ds.w 0
ENDM
STRUCTURE NETBUF,0
STRUCT NB_LIST,MLH_SIZE
ULONG NB_COUNT
LABEL NB_SIZE
STRUCTURE NETBUFFSEGMENT,0
STRUCT NBS_NODE,MLN_SIZE
ULONG NBS_PHYSICALSIZE
ULONG NBS_DATAOFFSET
ULONG NBS_DATACOUNT
APTR NBS_BUFFER
LABEL NBS_SIZE
ENDC ; LIBRARIES_NETBUFF_I