/*
- * Copyright (c) 2015 Apple Inc. All rights reserved.
+ * Copyright (c) 2016-2020 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
*/
#ifndef _NETINET6_ND6_VAR_H_
-#define _NETINET6_ND6_VAR_H_
+#define _NETINET6_ND6_VAR_H_
#ifdef BSD_KERNEL_PRIVATE
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_ */