Deleted Added
full compact
sdlpi.c (145519) sdlpi.c (153881)
1/* $FreeBSD: head/contrib/ipfilter/ipsend/sdlpi.c 145519 2005-04-25 18:20:15Z darrenr $ */
1/* $FreeBSD: head/contrib/ipfilter/ipsend/sdlpi.c 153881 2005-12-30 11:52:26Z guido $ */
2
3/*
4 * (C)opyright 1992-1998 Darren Reed. (from tcplog)
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 */
9

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

43#include <netinet/udp.h>
44#include <netinet/udp_var.h>
45#include <netinet/tcp.h>
46
47#include "ipsend.h"
48
49#if !defined(lint)
50static const char sccsid[] = "@(#)sdlpi.c 1.3 10/30/95 (C)1995 Darren Reed";
2
3/*
4 * (C)opyright 1992-1998 Darren Reed. (from tcplog)
5 *
6 * See the IPFILTER.LICENCE file for details on licencing.
7 *
8 */
9

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

43#include <netinet/udp.h>
44#include <netinet/udp_var.h>
45#include <netinet/tcp.h>
46
47#include "ipsend.h"
48
49#if !defined(lint)
50static const char sccsid[] = "@(#)sdlpi.c 1.3 10/30/95 (C)1995 Darren Reed";
51static const char rcsid[] = "@(#)Id: sdlpi.c,v 2.8.2.1 2004/12/09 19:41:13 darrenr Exp";
51static const char rcsid[] = "@(#)$Id: sdlpi.c,v 2.8.2.1 2004/12/09 19:41:13 darrenr Exp $";
52#endif
53
54#define CHUNKSIZE 8192
55#define BUFSPACE (4*CHUNKSIZE)
56
57
58/*
59 * Be careful to only include those defined in the flags option for the

--- 114 unchanged lines hidden ---
52#endif
53
54#define CHUNKSIZE 8192
55#define BUFSPACE (4*CHUNKSIZE)
56
57
58/*
59 * Be careful to only include those defined in the flags option for the

--- 114 unchanged lines hidden ---