ipnat.c (94bdecd9) ipnat.c (af5f29dd)
1/*
2 * Copyright (C) 1993-2001 by Darren Reed.
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 *
6 * Added redirect stuff and a variety of bug fixes. (mcn@EnGarde.com)
7 *
8 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.

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

71#endif
72
73#if !defined(lint)
74static const char sccsid[] ="@(#)ipnat.c 1.9 6/5/96 (C) 1993 Darren Reed";
75static const char rcsid[] = "@(#)$Id: ipnat.c,v 1.24.2.2 2005/05/10 21:19:30 darrenr Exp $";
76#endif
77
78
1/*
2 * Copyright (C) 1993-2001 by Darren Reed.
3 *
4 * See the IPFILTER.LICENCE file for details on licencing.
5 *
6 * Added redirect stuff and a variety of bug fixes. (mcn@EnGarde.com)
7 *
8 * Copyright 2008 Sun Microsystems, Inc. All rights reserved.

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

71#endif
72
73#if !defined(lint)
74static const char sccsid[] ="@(#)ipnat.c 1.9 6/5/96 (C) 1993 Darren Reed";
75static const char rcsid[] = "@(#)$Id: ipnat.c,v 1.24.2.2 2005/05/10 21:19:30 darrenr Exp $";
76#endif
77
78
79#if SOLARIS
79#ifdef SOLARIS
80#define bzero(a,b) memset(a,0,b)
81#endif
82int use_inet6 = 0;
83char thishost[MAXHOSTNAMELEN];
84
85extern char *optarg;
86
87void dostats __P((int, natstat_t *, int, int));

--- 427 unchanged lines hidden ---
80#define bzero(a,b) memset(a,0,b)
81#endif
82int use_inet6 = 0;
83char thishost[MAXHOSTNAMELEN];
84
85extern char *optarg;
86
87void dostats __P((int, natstat_t *, int, int));

--- 427 unchanged lines hidden ---