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 #ifndef IN_MPERS
      4 
      5 const struct xlat ip_type_of_services[] = {
      6 #if defined(IPTOS_LOWDELAY) || (defined(HAVE_DECL_IPTOS_LOWDELAY) && HAVE_DECL_IPTOS_LOWDELAY)
      7   XLAT(IPTOS_LOWDELAY),
      8 #endif
      9 #if defined(IPTOS_THROUGHPUT) || (defined(HAVE_DECL_IPTOS_THROUGHPUT) && HAVE_DECL_IPTOS_THROUGHPUT)
     10   XLAT(IPTOS_THROUGHPUT),
     11 #endif
     12 #if defined(IPTOS_RELIABILITY) || (defined(HAVE_DECL_IPTOS_RELIABILITY) && HAVE_DECL_IPTOS_RELIABILITY)
     13   XLAT(IPTOS_RELIABILITY),
     14 #endif
     15 #if defined(IPTOS_MINCOST) || (defined(HAVE_DECL_IPTOS_MINCOST) && HAVE_DECL_IPTOS_MINCOST)
     16   XLAT(IPTOS_MINCOST),
     17 #endif
     18  XLAT_END
     19 };
     20 
     21 #endif /* !IN_MPERS */
     22