5 This program is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation; either version 2 of the License, or
8 (at your option) any later version.
10 This program is distributed in the hope that it will be useful, but
11 WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 General Public License for more details.
15 You should have received a copy of the GNU General Public License
16 along with this program; if not, write to the Free Software
17 Foundation, Inc., 59 Temple Place - Suite 330, Boston,
21 #include <exec/types.h>
22 #include <exec/resident.h>
24 #include <exec/ports.h>
25 #include <exec/errors.h>
27 #include <aros/debug.h>
29 #include <devices/sana2.h>
30 #include <devices/sana2specialstats.h>
31 #include <devices/newstyle.h>
33 #include <utility/utility.h>
34 #include <utility/tagitem.h>
35 #include <utility/hooks.h>
37 #include <proto/exec.h>
38 #include <proto/dos.h>
39 #include <proto/battclock.h>
44 #include LC_LIBDEFS_FILE
46 struct NFUnit
*CreateUnit(LIBBASETYPEPTR
, OOP_Object
*);
47 void DeleteUnit(struct NFBase
*, struct NFUnit
*);
48 void FlushUnit(LIBBASETYPEPTR
, struct NFUnit
*, UBYTE
, BYTE
);
49 BOOL
AddressFilter(struct NFBase
*, struct NFUnit
*, UBYTE
*);
50 VOID
CopyPacket(struct NFBase
*, struct NFUnit
*, struct IOSana2Req
*, UWORD
, UWORD
, struct eth_frame
*);
51 VOID
ReportEvents(struct NFBase
*, struct NFUnit
*, ULONG
);
52 struct TypeStats
*FindTypeStats(struct NFBase
*, struct NFUnit
*, struct MinList
*, ULONG
);
54 BOOL
AddMulticastRange(LIBBASETYPEPTR
, struct NFUnit
*, const UBYTE
*, const UBYTE
*);
55 BOOL
RemMulticastRange(LIBBASETYPEPTR
, struct NFUnit
*, const UBYTE
*, const UBYTE
*);