• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/neighbor_cache_entry_flags.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_flags in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat neighbor_cache_entry_flags[] = {
17 #if defined(NTF_USE) || (defined(HAVE_DECL_NTF_USE) && HAVE_DECL_NTF_USE)
18   XLAT(NTF_USE),
19 #endif
20 #if defined(NTF_SELF) || (defined(HAVE_DECL_NTF_SELF) && HAVE_DECL_NTF_SELF)
21   XLAT(NTF_SELF),
22 #endif
23 #if defined(NTF_MASTER) || (defined(HAVE_DECL_NTF_MASTER) && HAVE_DECL_NTF_MASTER)
24   XLAT(NTF_MASTER),
25 #endif
26 #if defined(NTF_PROXY) || (defined(HAVE_DECL_NTF_PROXY) && HAVE_DECL_NTF_PROXY)
27   XLAT(NTF_PROXY),
28 #endif
29 #if defined(NTF_EXT_LEARNED) || (defined(HAVE_DECL_NTF_EXT_LEARNED) && HAVE_DECL_NTF_EXT_LEARNED)
30   XLAT(NTF_EXT_LEARNED),
31 #endif
32 #if defined(NTF_ROUTER) || (defined(HAVE_DECL_NTF_ROUTER) && HAVE_DECL_NTF_ROUTER)
33   XLAT(NTF_ROUTER),
34 #endif
35  XLAT_END
36 };
37 
38 # endif /* !IN_MPERS */
39 
40 #endif /* !XLAT_MACROS_ONLY */
41