summaryrefslogtreecommitdiff
path: root/sys/netinet6/debug_inet6.h
diff options
context:
space:
mode:
authorcmetz <cmetz@cvs.openbsd.org>1999-02-24 04:46:20 +0000
committercmetz <cmetz@cvs.openbsd.org>1999-02-24 04:46:20 +0000
commit88b94a894d6814def2849ecdf9cfb3c5203e667b (patch)
tree37bf69459fce441bb0d23a18fd33fd75d7af59d9 /sys/netinet6/debug_inet6.h
parentb55f0c27decc0b0a255a2833bb62cc446fb041e6 (diff)
Added support files needed by the NRL code.
Diffstat (limited to 'sys/netinet6/debug_inet6.h')
-rw-r--r--sys/netinet6/debug_inet6.h25
1 files changed, 25 insertions, 0 deletions
diff --git a/sys/netinet6/debug_inet6.h b/sys/netinet6/debug_inet6.h
new file mode 100644
index 00000000000..b443db4ef70
--- /dev/null
+++ b/sys/netinet6/debug_inet6.h
@@ -0,0 +1,25 @@
+/*
+%%% copyright-nrl-95
+This software is Copyright 1995-1998 by Randall Atkinson, Ronald Lee,
+Daniel McDonald, Bao Phan, and Chris Winters. All Rights Reserved. All
+rights under this copyright have been assigned to the US Naval Research
+Laboratory (NRL). The NRL Copyright Notice and License Agreement Version
+1.1 (January 17, 1995) applies to this software.
+You should have received a copy of the license with this software. If you
+didn't get a copy, you may request one from <license@ipv6.nrl.navy.mil>.
+
+*/
+#ifndef _NETINET6_DEBUG_INET6_H
+#define _NETINET6_DEBUG_INET6_H 1
+
+struct in6_addr;
+void dump_in6_addr(struct in6_addr *);
+struct sockaddr_in6;
+void dump_sockaddr_in6(struct sockaddr_in6 *);
+struct ipv6;
+void dump_ipv6(struct ipv6 *ipv6);
+struct ipv6_icmp;
+void dump_ipv6_icmp(struct ipv6_icmp *icp);
+struct discq;
+void dump_discq(struct discq *dq);
+#endif /* _NETINET6_DEBUG_INET6_H */