summaryrefslogtreecommitdiff
path: root/lib/libpcap/gencode.h
diff options
context:
space:
mode:
authoris <is@NetBSD.org>1999-10-25 16:39:37 +0000
committeris <is@NetBSD.org>1999-10-25 16:39:37 +0000
commit57a250cc8cb02cc97db0f58515ca37f468fc15b6 (patch)
tree1bcc9166a1061e9d9e4cb946e2041f63f950fda8 /lib/libpcap/gencode.h
parent4cc6f12c095242ac81e4088a88ef145fab9a746b (diff)
Add code to do link level address matching for ARCnet interfaces.
ARCnet link level addresses are encoded as :HH (``:'' followed by a byte encoded in hexadecimal notation).
Diffstat (limited to 'lib/libpcap/gencode.h')
-rw-r--r--lib/libpcap/gencode.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libpcap/gencode.h b/lib/libpcap/gencode.h
index 0193733a35e..32e01b0deb0 100644
--- a/lib/libpcap/gencode.h
+++ b/lib/libpcap/gencode.h
@@ -1,4 +1,4 @@
-/* $NetBSD: gencode.h,v 1.7 1999/07/02 16:03:41 simonb Exp $ */
+/* $NetBSD: gencode.h,v 1.8 1999/10/25 16:39:37 is Exp $ */
/*
* Copyright (c) 1990, 1991, 1992, 1993, 1994, 1995, 1996
@@ -166,6 +166,7 @@ struct stmt *gen_joinsp __P((struct stmt **, int));
struct block *gen_protochain __P((int, int, int));
struct block *gen_scode(const char *, struct qual);
struct block *gen_ecode(const u_char *, struct qual);
+struct block *gen_acode(const u_char *, struct qual);
struct block *gen_mcode(const char *, const char *, int, struct qual);
#ifdef INET6
struct block *gen_mcode6(const char *, const char *, int, struct qual);