1 /* Generated by ./xlat/gen.sh from ./xlat/neighbor_cache_entry_states.in; do not edit. */
2 
3 #ifdef IN_MPERS
4 
5 # error static const struct xlat neighbor_cache_entry_states in mpers mode
6 
7 #else
8 
9 static
10 const struct xlat neighbor_cache_entry_states[] = {
11 #if defined(NUD_INCOMPLETE) || (defined(HAVE_DECL_NUD_INCOMPLETE) && HAVE_DECL_NUD_INCOMPLETE)
12   XLAT(NUD_INCOMPLETE),
13 #endif
14 #if defined(NUD_REACHABLE) || (defined(HAVE_DECL_NUD_REACHABLE) && HAVE_DECL_NUD_REACHABLE)
15   XLAT(NUD_REACHABLE),
16 #endif
17 #if defined(NUD_STALE) || (defined(HAVE_DECL_NUD_STALE) && HAVE_DECL_NUD_STALE)
18   XLAT(NUD_STALE),
19 #endif
20 #if defined(NUD_DELAY) || (defined(HAVE_DECL_NUD_DELAY) && HAVE_DECL_NUD_DELAY)
21   XLAT(NUD_DELAY),
22 #endif
23 #if defined(NUD_PROBE) || (defined(HAVE_DECL_NUD_PROBE) && HAVE_DECL_NUD_PROBE)
24   XLAT(NUD_PROBE),
25 #endif
26 #if defined(NUD_FAILED) || (defined(HAVE_DECL_NUD_FAILED) && HAVE_DECL_NUD_FAILED)
27   XLAT(NUD_FAILED),
28 #endif
29 #if defined(NUD_NOARP) || (defined(HAVE_DECL_NUD_NOARP) && HAVE_DECL_NUD_NOARP)
30   XLAT(NUD_NOARP),
31 #endif
32 #if defined(NUD_PERMANENT) || (defined(HAVE_DECL_NUD_PERMANENT) && HAVE_DECL_NUD_PERMANENT)
33   XLAT(NUD_PERMANENT),
34 #endif
35 #if defined(NUD_NONE) || (defined(HAVE_DECL_NUD_NONE) && HAVE_DECL_NUD_NONE)
36   XLAT(NUD_NONE),
37 #endif
38  XLAT_END
39 };
40 
41 #endif /* !IN_MPERS */
42