Home | History | Annotate | Download | only in xlat
      1 /* Generated by ./xlat/gen.sh from ./xlat/setsockipv6options.in; do not edit. */
      2 
      3 #ifdef IN_MPERS
      4 
      5 # error static const struct xlat setsockipv6options in mpers mode
      6 
      7 #else
      8 
      9 static
     10 const struct xlat setsockipv6options[] = {
     11 /*
     12 * Options specific to setsockopt(SOL_IPV6).
     13 * Common {g,s}etsockopt(SOL_IPV6) options
     14 * should be in sockipv6options.in instead.
     15 */
     16 
     17 #if defined(IP6T_SO_SET_REPLACE) || (defined(HAVE_DECL_IP6T_SO_SET_REPLACE) && HAVE_DECL_IP6T_SO_SET_REPLACE)
     18   XLAT(IP6T_SO_SET_REPLACE),
     19 #endif
     20 #if defined(IP6T_SO_SET_ADD_COUNTERS) || (defined(HAVE_DECL_IP6T_SO_SET_ADD_COUNTERS) && HAVE_DECL_IP6T_SO_SET_ADD_COUNTERS)
     21   XLAT(IP6T_SO_SET_ADD_COUNTERS),
     22 #endif
     23  XLAT_END
     24 };
     25 
     26 #endif /* !IN_MPERS */
     27