/*
- * Copyright (c) 2008-2013 Apple Inc. All rights reserved.
+ * Copyright (c) 2008-2015 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
#endif /* KERNEL */
#ifdef PRIVATE
-#ifndef KERNEL
-/* Private declaration for user-space (needed by ip6_mroute.h) */
-struct route_in6 {
-#else /* KERNEL */
struct route_in6_old {
-#endif /* KERNEL */
void *ro_rt;
uint32_t ro_flags;
struct sockaddr_in6 ro_dst;
{ 0, 0 }, \
{ 0, 0 }, \
{ 0, 0 }, \
- { "pim6", CTLTYPE_NODE }, \
+ { 0, 0 }, \
}
/*
* Redefinition of mbuf flags
extern int inet6_rth_segments(const void *);
extern struct in6_addr *inet6_rth_getaddr(const void *, int);
extern void addrsel_policy_init(void);
+
__END_DECLS
#endif /* !KERNEL */
#endif /* (_POSIX_C_SOURCE && !_DARWIN_C_SOURCE) */