summaryrefslogtreecommitdiffstats
path: root/contrib/isc-dhcp/common/lpf.c
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-06-26 08:06:22 +0000
committerobrien <obrien@FreeBSD.org>2000-06-26 08:06:22 +0000
commit8bf3d0eae63400031a65954b5b5f2f7c49757d1a (patch)
treeec3f0e70f9b53e452616b0ada4af4616056c1884 /contrib/isc-dhcp/common/lpf.c
parentbb7cda744509ca00fdfaacff74526af8928253b4 (diff)
downloadFreeBSD-src-8bf3d0eae63400031a65954b5b5f2f7c49757d1a.zip
FreeBSD-src-8bf3d0eae63400031a65954b5b5f2f7c49757d1a.tar.gz
Import Patchlevel 1 of the ISC 2.0 dhcp client.
Diffstat (limited to 'contrib/isc-dhcp/common/lpf.c')
-rw-r--r--contrib/isc-dhcp/common/lpf.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/contrib/isc-dhcp/common/lpf.c b/contrib/isc-dhcp/common/lpf.c
index 9e56684..14dd21a 100644
--- a/contrib/isc-dhcp/common/lpf.c
+++ b/contrib/isc-dhcp/common/lpf.c
@@ -43,7 +43,7 @@
#ifndef lint
static char copyright[] =
-"$Id: lpf.c,v 1.1.2.9 1999/05/27 17:44:52 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
+"$Id: lpf.c,v 1.1.2.10 1999/10/25 15:39:02 mellon Exp $ Copyright (c) 1995, 1996, 1998, 1999 The Internet Software Consortium. All rights reserved.\n";
#endif /* not lint */
#include "dhcpd.h"
@@ -155,6 +155,9 @@ extern int dhcp_bpf_filter_len;
extern struct sock_filter dhcp_bpf_tr_filter [];
extern int dhcp_bpf_tr_filter_len;
+static void lpf_gen_filter_setup (struct interface_info *);
+static void lpf_tr_filter_setup (struct interface_info *);
+
void if_register_receive (info)
struct interface_info *info;
{
OpenPOWER on IntegriCloud