]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netinet6/nd6_var.h
xnu-7195.50.7.100.1.tar.gz
[apple/xnu.git] / bsd / netinet6 / nd6_var.h
index 0743c0a9401a9ab074d80747999401efb6e4fd1b..811554d6ade43bcea4fe007e5d9d00f05cdc753b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2015 Apple Inc. All rights reserved.
+ * Copyright (c) 2016-2020 Apple Inc. All rights reserved.
  *
  * @APPLE_OSREFERENCE_LICENSE_HEADER_START@
  *
@@ -55,7 +55,7 @@
  */
 
 #ifndef _NETINET6_ND6_VAR_H_
-#define        _NETINET6_ND6_VAR_H_
+#define _NETINET6_ND6_VAR_H_
 
 #ifdef BSD_KERNEL_PRIVATE
 struct nd_ifinfo {
@@ -77,7 +77,9 @@ struct nd_ifinfo {
        /* keep track of routers and prefixes on this link */
        int32_t nprefixes;
        int32_t ndefrouters;
+       boolean_t cga_initialized;
        struct in6_cga_modifier local_cga_modifier;
+       uint8_t cga_collision_count;
 };
 #endif /* BSD_KERNEL_PRIVATE */
 #endif /* _NETINET6_ND6_VAR_H_ */