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