Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/neighbor_cache_entry_flags.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat neighbor_cache_entry_flags in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat neighbor_cache_entry_flags[] = {
     11 #if defined(NTF_USE) || (defined(HAVE_DECL_NTF_USE) && HAVE_DECL_NTF_USE)
     12   XLAT(NTF_USE),
     13 #endif
     14 #if defined(NTF_SELF) || (defined(HAVE_DECL_NTF_SELF) && HAVE_DECL_NTF_SELF)
     15   XLAT(NTF_SELF),
     16 #endif
     17 #if defined(NTF_MASTER) || (defined(HAVE_DECL_NTF_MASTER) && HAVE_DECL_NTF_MASTER)
     18   XLAT(NTF_MASTER),
     19 #endif
     20 #if defined(NTF_PROXY) || (defined(HAVE_DECL_NTF_PROXY) && HAVE_DECL_NTF_PROXY)
     21   XLAT(NTF_PROXY),
     22 #endif
     23 #if defined(NTF_EXT_LEARNED) || (defined(HAVE_DECL_NTF_EXT_LEARNED) && HAVE_DECL_NTF_EXT_LEARNED)
     24   XLAT(NTF_EXT_LEARNED),
     25 #endif
     26 #if defined(NTF_ROUTER) || (defined(HAVE_DECL_NTF_ROUTER) && HAVE_DECL_NTF_ROUTER)
     27   XLAT(NTF_ROUTER),
     28 #endif
     29  XLAT_END
     30 };
     31 
     32 #endif /* !IN_MPERS */
     33