From 7efc91cadcfeb421fc4d02ba94db784616f3714c Mon Sep 17 00:00:00 2001 From: shin Date: Fri, 5 Nov 1999 14:41:39 +0000 Subject: 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 --- sys/net/route.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'sys/net/route.h') 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 *)); -- cgit v1.1