Deleted Added
full compact
ip_frag.h (60865) ip_frag.h (67614)
1/*
2 * Copyright (C) 1993-2000 by Darren Reed.
3 *
4 * Redistribution and use in source and binary forms are permitted
5 * provided that this notice is preserved and due credit is given
6 * to the original author and the contributors.
7 *
8 * @(#)ip_frag.h 1.5 3/24/96
9 * $Id: ip_frag.h,v 2.2 1999/08/06 06:26:38 darrenr Exp $
1/*
2 * Copyright (C) 1993-2000 by Darren Reed.
3 *
4 * Redistribution and use in source and binary forms are permitted
5 * provided that this notice is preserved and due credit is given
6 * to the original author and the contributors.
7 *
8 * @(#)ip_frag.h 1.5 3/24/96
9 * $Id: ip_frag.h,v 2.2 1999/08/06 06:26:38 darrenr Exp $
10 * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_frag.h 60865 2000-05-24 09:08:55Z peter $
10 * $FreeBSD: head/sys/contrib/ipfilter/netinet/ip_frag.h 67614 2000-10-26 12:33:42Z darrenr $
11 */
12
13#ifndef __IP_FRAG_H__
14#define __IP_FRAG_H__
15
16#define IPFT_SIZE 257
17
18typedef struct ipfr {

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

56#if (BSD >= 199306) || SOLARIS || defined(__sgi)
57# if defined(SOLARIS2) && (SOLARIS2 < 7)
58extern void ipfr_slowtimer __P((void));
59# else
60extern void ipfr_slowtimer __P((void *));
61# endif
62#else
63extern int ipfr_slowtimer __P((void));
11 */
12
13#ifndef __IP_FRAG_H__
14#define __IP_FRAG_H__
15
16#define IPFT_SIZE 257
17
18typedef struct ipfr {

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

56#if (BSD >= 199306) || SOLARIS || defined(__sgi)
57# if defined(SOLARIS2) && (SOLARIS2 < 7)
58extern void ipfr_slowtimer __P((void));
59# else
60extern void ipfr_slowtimer __P((void *));
61# endif
62#else
63extern int ipfr_slowtimer __P((void));
64#endif
64#endif /* (BSD >= 199306) || SOLARIS */
65
66#endif /* __IP_FIL_H__ */
65
66#endif /* __IP_FIL_H__ */