summaryrefslogtreecommitdiff
path: root/sys/net/pfkeyv2.h
diff options
context:
space:
mode:
authorHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2005-04-04 22:18:48 +0000
committerHans-Joerg Hoexer <hshoexer@cvs.openbsd.org>2005-04-04 22:18:48 +0000
commit7bc1c4c87aa82ab5c718ae2d2489d6779d3865c3 (patch)
treec11d06b16245055b77c8d93811dd1219cc8c496f /sys/net/pfkeyv2.h
parent4316ef933ace8063b3d57f710726e2c93a585d48 (diff)
Add sysctl for dumping the SPD
ok deraadt, ok markus some time ago
Diffstat (limited to 'sys/net/pfkeyv2.h')
-rw-r--r--sys/net/pfkeyv2.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h
index f7d3c7fd99a..1ad5702a79a 100644
--- a/sys/net/pfkeyv2.h
+++ b/sys/net/pfkeyv2.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfkeyv2.h,v 1.52 2004/11/26 18:02:22 markus Exp $ */
+/* $OpenBSD: pfkeyv2.h,v 1.53 2005/04/04 22:18:47 hshoexer Exp $ */
/*
* @(#)COPYRIGHT 1.1 (NRL) January 1998
*
@@ -426,6 +426,7 @@ int pfkeyv2_flush_walker(struct tdb *, void *, int);
int pfkeyv2_get_proto_alg(u_int8_t, u_int8_t *, int *);
int pfkeyv2_sysctl(int *, u_int, void *, size_t *, void *, size_t);
int pfkeyv2_sysctl_walker(struct tdb *, void *, int);
+int pfkeyv2_sysctl_dump(void *);
int pfdatatopacket(void *, int, struct mbuf **);