Deleted Added
full compact
ip_scan.h (153872) ip_scan.h (170263)
1/*
2 * Copyright (C) 1993-2001 by Darren Reed.
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 *
6 * @(#)ip_fil.h 1.35 6/5/96
1/*
2 * Copyright (C) 1993-2001 by Darren Reed.
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 *
6 * @(#)ip_fil.h 1.35 6/5/96
7 * $Id: ip_scan.h,v 2.9.2.1 2005/06/12 07:18:29 darrenr Exp $
7 * $Id: ip_scan.h,v 2.9.2.2 2006/07/14 06:12:19 darrenr Exp $
8 */
9
10#ifndef __IP_SCAN_H__
11#define __IP_SCAN_H__ 1
12
13#ifdef sun
14# include <sys/ioccom.h>
15#endif

--- 73 unchanged lines hidden (view full) ---

89typedef struct ipscanstat {
90 struct ipscan *iscs_list;
91 u_long iscs_acted;
92 u_long iscs_else;
93 int iscs_entries;
94} ipscanstat_t;
95
96
8 */
9
10#ifndef __IP_SCAN_H__
11#define __IP_SCAN_H__ 1
12
13#ifdef sun
14# include <sys/ioccom.h>
15#endif

--- 73 unchanged lines hidden (view full) ---

89typedef struct ipscanstat {
90 struct ipscan *iscs_list;
91 u_long iscs_acted;
92 u_long iscs_else;
93 int iscs_entries;
94} ipscanstat_t;
95
96
97extern int fr_scan_ioctl __P((caddr_t, ioctlcmd_t, int));
97extern int fr_scan_ioctl __P((caddr_t, ioctlcmd_t, int, int, void *));
98extern int ipsc_init __P((void));
99extern int ipsc_attachis __P((struct ipstate *));
100extern int ipsc_attachfr __P((struct frentry *));
101extern int ipsc_detachis __P((struct ipstate *));
102extern int ipsc_detachfr __P((struct frentry *));
103extern int ipsc_packet __P((struct fr_info *, struct ipstate *));
104extern void fr_scanunload __P((void));
105
106#endif /* __IP_SCAN_H__ */
98extern int ipsc_init __P((void));
99extern int ipsc_attachis __P((struct ipstate *));
100extern int ipsc_attachfr __P((struct frentry *));
101extern int ipsc_detachis __P((struct ipstate *));
102extern int ipsc_detachfr __P((struct frentry *));
103extern int ipsc_packet __P((struct fr_info *, struct ipstate *));
104extern void fr_scanunload __P((void));
105
106#endif /* __IP_SCAN_H__ */