Deleted Added
full compact
ip_frag.h (145522) ip_frag.h (153876)
1/* $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_frag.h 145522 2005-04-25 18:43:14Z darrenr $ */
1/* $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_frag.h 153876 2005-12-30 11:32:23Z guido $ */
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * @(#)ip_frag.h 1.5 3/24/96
2
3/*
4 * Copyright (C) 1993-2001 by Darren Reed.
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 * @(#)ip_frag.h 1.5 3/24/96
9 * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_frag.h 145522 2005-04-25 18:43:14Z darrenr $
9 * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_frag.h 153876 2005-12-30 11:32:23Z guido $
10 * Id: ip_frag.h,v 2.23.2.1 2004/03/29 16:21:56 darrenr Exp
11 */
12
13#ifndef __IP_FRAG_H__
14#define __IP_FRAG_H__
15
16#define IPFT_SIZE 257
17

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

76#if defined(_KERNEL) && ((BSD >= 199306) || SOLARIS || defined(__sgi) \
77 || defined(__osf__) || (defined(__sgi) && (IRIX >= 60500)))
78# if defined(SOLARIS2) && (SOLARIS2 < 7)
79extern void fr_slowtimer __P((void));
80# else
81extern void fr_slowtimer __P((void *));
82# endif
83#else
10 * Id: ip_frag.h,v 2.23.2.1 2004/03/29 16:21:56 darrenr Exp
11 */
12
13#ifndef __IP_FRAG_H__
14#define __IP_FRAG_H__
15
16#define IPFT_SIZE 257
17

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

76#if defined(_KERNEL) && ((BSD >= 199306) || SOLARIS || defined(__sgi) \
77 || defined(__osf__) || (defined(__sgi) && (IRIX >= 60500)))
78# if defined(SOLARIS2) && (SOLARIS2 < 7)
79extern void fr_slowtimer __P((void));
80# else
81extern void fr_slowtimer __P((void *));
82# endif
83#else
84# if defined(linux) && defined(_KERNEL)
85extern void fr_slowtimer __P((long));
86# else
84extern int fr_slowtimer __P((void));
87extern int fr_slowtimer __P((void));
88# endif
85#endif
86
87#endif /* __IP_FRAG_H__ */
89#endif
90
91#endif /* __IP_FRAG_H__ */