]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/if_tun.h
xnu-792.tar.gz
[apple/xnu.git] / bsd / netinet / if_tun.h
index 6ffd6734b894df43f183bfa7956f42548bb55832..9f748c7a3608a86eabfc6f2393fe5ef8fe61bfd6 100644 (file)
@@ -39,7 +39,7 @@
 #define _NET_IF_TUN_H_
 #include <sys/appleapiopts.h>
 
-#ifdef __APPLE_API_PRIVATE
+#ifdef KERNEL_PRIVATE
 struct tun_softc {
        u_short tun_flags;              /* misc flags */
 #define        TUN_OPEN        0x0001
@@ -61,13 +61,14 @@ struct tun_softc {
        caddr_t         tun_bpf;
 #endif
 };
-#endif /* __APPLE_API_PRIVATE */
 
-/* Maximum packet size */
-#define        TUNMTU          1500
+#endif KERNEL_PRIVATE
 
 /* ioctl's for get/set debug */
 #define        TUNSDEBUG       _IOW('t', 90, int)
 #define        TUNGDEBUG       _IOR('t', 89, int)
 
+/* Maximum packet size */
+#define        TUNMTU          1500
+
 #endif /* !_NET_IF_TUN_H_ */