Deleted Added
sdiff udiff text old ( 145522 ) new ( 153876 )
full compact
1/* $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_frag.h 145522 2005-04-25 18:43:14Z darrenr $ */
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 $
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
84extern int fr_slowtimer __P((void));
85#endif
86
87#endif /* __IP_FRAG_H__ */