Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/ip_type_of_services.in; do not edit. */
      2 
      3 #include "gcc_compat.h"
      4 #include "static_assert.h"
      5 
      6 
      7 #ifndef XLAT_MACROS_ONLY
      8 
      9 # ifndef IN_MPERS
     10 
     11 const struct xlat ip_type_of_services[] = {
     12 #if defined(IPTOS_LOWDELAY) || (defined(HAVE_DECL_IPTOS_LOWDELAY) && HAVE_DECL_IPTOS_LOWDELAY)
     13   XLAT(IPTOS_LOWDELAY),
     14 #endif
     15 #if defined(IPTOS_THROUGHPUT) || (defined(HAVE_DECL_IPTOS_THROUGHPUT) && HAVE_DECL_IPTOS_THROUGHPUT)
     16   XLAT(IPTOS_THROUGHPUT),
     17 #endif
     18 #if defined(IPTOS_RELIABILITY) || (defined(HAVE_DECL_IPTOS_RELIABILITY) && HAVE_DECL_IPTOS_RELIABILITY)
     19   XLAT(IPTOS_RELIABILITY),
     20 #endif
     21 #if defined(IPTOS_MINCOST) || (defined(HAVE_DECL_IPTOS_MINCOST) && HAVE_DECL_IPTOS_MINCOST)
     22   XLAT(IPTOS_MINCOST),
     23 #endif
     24  XLAT_END
     25 };
     26 
     27 # endif /* !IN_MPERS */
     28 
     29 #endif /* !XLAT_MACROS_ONLY */
     30