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