]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet/ip_ecn.h
xnu-2782.10.72.tar.gz
[apple/xnu.git] / bsd / netinet / ip_ecn.h
index 9b4277ca0a97764a18e900fdc214d3253d666216..ae06c45c098859b5b7529f60ad2577ac85ab4286 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2000 Apple Computer, Inc. All rights reserved.
+ * Copyright (c) 2000-2013 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  * 
  */
 #include <sys/appleapiopts.h>
 
-#ifdef KERNEL_PRIVATE
+#ifdef BSD_KERNEL_PRIVATE
 #define ECN_ALLOWED    1       /* ECN allowed */
 #define ECN_FORBIDDEN  0       /* ECN forbidden */
 #define ECN_NOCARE     (-1)    /* no consideration to ECN */
 
 extern void ip_ecn_ingress(int, u_int8_t *, const u_int8_t *);
 extern void ip_ecn_egress(int, const u_int8_t *, u_int8_t *);
-#endif KERNEL_PRIVATE
+#endif /* BSD_KERNEL_PRIVATE */