ip_fil.h (5c5f1371) ip_fil.h (af5f29dd)
1/*
2 * Copyright (C) 1993-2001, 2003 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_fil.h,v 2.170.2.22 2005/07/16 05:55:35 darrenr Exp $
8 *

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

904
905#define IPF_OPTCOPY 0x07ff00 /* bit mask of copied options */
906
907/*
908 * Device filenames for reading log information. Use ipf on Solaris2 because
909 * ipl is already a name used by something else.
910 */
911#ifndef IPL_NAME
1/*
2 * Copyright (C) 1993-2001, 2003 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_fil.h,v 2.170.2.22 2005/07/16 05:55:35 darrenr Exp $
8 *

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

904
905#define IPF_OPTCOPY 0x07ff00 /* bit mask of copied options */
906
907/*
908 * Device filenames for reading log information. Use ipf on Solaris2 because
909 * ipl is already a name used by something else.
910 */
911#ifndef IPL_NAME
912# if SOLARIS
912# ifdef SOLARIS
913# define IPL_NAME "/dev/ipf"
914# else
915# define IPL_NAME "/dev/ipl"
916# endif
917#endif
918/*
919 * Pathnames for various IP Filter control devices. Used by LKM
920 * and userland, so defined here.

--- 696 unchanged lines hidden ---
913# define IPL_NAME "/dev/ipf"
914# else
915# define IPL_NAME "/dev/ipl"
916# endif
917#endif
918/*
919 * Pathnames for various IP Filter control devices. Used by LKM
920 * and userland, so defined here.

--- 696 unchanged lines hidden ---