]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/in6_ifattach.h
xnu-792.tar.gz
[apple/xnu.git] / bsd / netinet6 / in6_ifattach.h
index 307bd0b8ff2f2417eb0681bfd7550ff0cde5f406..f0b7d2d091e5490b0ad2f8c9a37d317cd5cec194 100644 (file)
 #define _NETINET6_IN6_IFATTACH_H_
 #include <sys/appleapiopts.h>
 
-#ifdef KERNEL
-#ifdef __APPLE_API_PRIVATE
-void in6_nigroup_attach __P((const char *, int));
-void in6_nigroup_detach __P((const char *, int));
-void in6_ifattach __P((struct ifnet *, struct ifnet *, struct in6_aliasreq *));
-void in6_ifdetach __P((struct ifnet *));
-void in6_get_tmpifid __P((struct ifnet *, u_int8_t *, const u_int8_t *, int));
-void in6_tmpaddrtimer __P((void *));
-int in6_nigroup __P((struct ifnet *, const char *, int, struct in6_addr *));
-#endif /* __APPLE_API_PRIVATE */
-#endif /* KERNEL */
+#ifdef KERNEL_PRIVATE
+void in6_nigroup_attach(const char *, int);
+void in6_nigroup_detach(const char *, int);
+void in6_ifattach(struct ifnet *, struct ifnet *, struct in6_aliasreq *);
+void in6_ifdetach(struct ifnet *);
+void in6_get_tmpifid(struct ifnet *, u_int8_t *, const u_int8_t *, int);
+void in6_tmpaddrtimer(void *);
+int in6_nigroup(struct ifnet *, const char *, int, struct in6_addr *);
+#endif KERNEL_PRIVATE
 
-#endif /* _NETINET6_IN6_IFATTACH_H_ */
+#endif _NETINET6_IN6_IFATTACH_H_