Go to the documentation of this file. 1 #ifndef __LINUX_NEIGHBOUR_H
2 #define __LINUX_NEIGHBOUR_H
4 #include <linux/types.h>
5 #include <linux/netlink.h>
26 #define NDA_MAX (__NDA_MAX - 1)
33 #define NTF_PROXY 0x08
34 #define NTF_ROUTER 0x80
37 #define NTF_MASTER 0x04
43 #define NUD_INCOMPLETE 0x01
44 #define NUD_REACHABLE 0x02
45 #define NUD_STALE 0x04
46 #define NUD_DELAY 0x08
47 #define NUD_PROBE 0x10
48 #define NUD_FAILED 0x20
51 #define NUD_NOARP 0x40
52 #define NUD_PERMANENT 0x80
125 #define NDTPA_MAX (__NDTPA_MAX - 1)
157 #define NDTA_MAX (__NDTA_MAX - 1)