summaryrefslogtreecommitdiffstats
path: root/sys/net/route.h
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>1999-11-05 14:41:39 +0000
committershin <shin@FreeBSD.org>1999-11-05 14:41:39 +0000
commit7efc91cadcfeb421fc4d02ba94db784616f3714c (patch)
treef40f3ca5e5c27dfec6f4c10b00aa3b391491a550 /sys/net/route.h
parent660a7daead2ffcf4f7e3d2a3c874a82ccc8954c8 (diff)
downloadFreeBSD-src-7efc91cadcfeb421fc4d02ba94db784616f3714c.zip
FreeBSD-src-7efc91cadcfeb421fc4d02ba94db784616f3714c.tar.gz
KAME related header files additions and merges.
(only those which don't affect c source files so much) Reviewed by: cvs-committers Obtained from: KAME project
Diffstat (limited to 'sys/net/route.h')
-rw-r--r--sys/net/route.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/net/route.h b/sys/net/route.h
index 48f0d9a..ba1bb95 100644
--- a/sys/net/route.h
+++ b/sys/net/route.h
@@ -252,6 +252,7 @@ struct rt_addrinfo {
struct route_cb {
int ip_count;
+ int ip6_count;
int ipx_count;
int ns_count;
int iso_count;
@@ -281,9 +282,10 @@ void rt_newmaddrmsg __P((int, struct ifmultiaddr *));
int rt_setgate __P((struct rtentry *,
struct sockaddr *, struct sockaddr *));
void rtalloc __P((struct route *));
-void rtalloc_ign __P((struct route *, unsigned long));
+void rtalloc_ign __P((struct route *, u_long));
+void rtcalloc __P((struct route *)); /* for INET6 */
struct rtentry *
- rtalloc1 __P((struct sockaddr *, int, unsigned long));
+ rtalloc1 __P((struct sockaddr *, int, u_long));
void rtfree __P((struct rtentry *));
int rtinit __P((struct ifaddr *, int, int));
int rtioctl __P((int, caddr_t, struct proc *));
OpenPOWER on IntegriCloud