/*
- * Copyright (c) 2011-2012 Apple Inc. All rights reserved.
+ * Copyright (c) 2011-2014 Apple Inc. All rights reserved.
*
* @APPLE_OSREFERENCE_LICENSE_HEADER_START@
*
#ifdef XNU_KERNEL_PRIVATE
#include <sys/tree.h>
-#include <kern/lock.h>
+#include <kern/locks.h>
#include <net/ethernet.h>
#include <netinet/in.h>
#if INET6
#endif /* !INET6 */
/*
- * Per-interface link-layer reachability. (Currently only for ARP/Ethernet.)
+ * Per-interface link-layer reachability. (Currently only for ARP/NDP/Ethernet.)
*/
#define IF_LLREACH_MAXLEN ETHER_ADDR_LEN