ipresend.c (2a63c3be158216222d89a073dcbd6a72ee4aab5a) ipresend.c (5b31cc94b10d4bb7109c6b27940a0fc76a44a331)
1
2/*
3 * ipresend.c (C) 1995-1998 Darren Reed
4 *
5 * See the IPFILTER.LICENCE file for details on licencing.
6 *
7 */
1
2/*
3 * ipresend.c (C) 1995-1998 Darren Reed
4 *
5 * See the IPFILTER.LICENCE file for details on licencing.
6 *
7 */
8#if !defined(lint)
9static const char sccsid[] = "%W% %G% (C)1995 Darren Reed";
10static const char rcsid[] = "@(#)$Id$";
11#endif
12#include <sys/param.h>
13#include <sys/types.h>
14#include <sys/time.h>
15#include <sys/socket.h>
16#include <netinet/in.h>
17#include <arpa/inet.h>
18#include <netinet/in_systm.h>
19#include <netinet/ip.h>

--- 112 unchanged lines hidden ---
8#include <sys/param.h>
9#include <sys/types.h>
10#include <sys/time.h>
11#include <sys/socket.h>
12#include <netinet/in.h>
13#include <arpa/inet.h>
14#include <netinet/in_systm.h>
15#include <netinet/ip.h>

--- 112 unchanged lines hidden ---