summaryrefslogtreecommitdiff
path: root/sys/netinet6/nd6.h
diff options
context:
space:
mode:
authorroy <roy@NetBSD.org>2014-12-16 11:42:27 +0000
committerroy <roy@NetBSD.org>2014-12-16 11:42:27 +0000
commit50e9fac786aec79eec00aa643f8ef98e5db2b0c7 (patch)
treee798152970dbda39858a23094327ba8b9b6530f1 /sys/netinet6/nd6.h
parent495545bb736d258c637edcf639bebfe9e228ae1c (diff)
Report route additions/changes/deletions for cached neighbours to userland.
Diffstat (limited to 'sys/netinet6/nd6.h')
-rw-r--r--sys/netinet6/nd6.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet6/nd6.h b/sys/netinet6/nd6.h
index 6e7b6cb73e3..875275ac2dd 100644
--- a/sys/netinet6/nd6.h
+++ b/sys/netinet6/nd6.h
@@ -1,4 +1,4 @@
-/* $NetBSD: nd6.h,v 1.60 2014/09/05 06:08:15 matt Exp $ */
+/* $NetBSD: nd6.h,v 1.61 2014/12/16 11:42:27 roy Exp $ */
/* $KAME: nd6.h,v 1.95 2002/06/08 11:31:06 itojun Exp $ */
/*
@@ -413,6 +413,7 @@ void nd6_option_init(void *, int, union nd_opts *);
struct nd_opt_hdr *nd6_option(union nd_opts *);
int nd6_options(union nd_opts *);
struct rtentry *nd6_lookup(const struct in6_addr *, int, struct ifnet *);
+void nd6_rtmsg(int, struct rtentry *);
void nd6_setmtu(struct ifnet *);
void nd6_llinfo_settimer(struct llinfo_nd6 *, long);
void nd6_timer(void *);