blob: c3930e887d11aed13d1559c2f8c874290db68c70 [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sockipv6options.in; do not edit. */
2
3static const struct xlat sockipv6options[] = {
4#if defined(IPV6_ADDRFORM) || (defined(HAVE_DECL_IPV6_ADDRFORM) && HAVE_DECL_IPV6_ADDRFORM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(IPV6_ADDRFORM),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(MCAST_FILTER) || (defined(HAVE_DECL_MCAST_FILTER) && HAVE_DECL_MCAST_FILTER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(MCAST_FILTER),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(IPV6_PKTOPTIONS) || (defined(HAVE_DECL_IPV6_PKTOPTIONS) && HAVE_DECL_IPV6_PKTOPTIONS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(IPV6_PKTOPTIONS),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(IPV6_MTU) || (defined(HAVE_DECL_IPV6_MTU) && HAVE_DECL_IPV6_MTU)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(IPV6_MTU),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(IPV6_V6ONLY) || (defined(HAVE_DECL_IPV6_V6ONLY) && HAVE_DECL_IPV6_V6ONLY)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(IPV6_V6ONLY),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(IPV6_PKTINFO) || (defined(HAVE_DECL_IPV6_PKTINFO) && HAVE_DECL_IPV6_PKTINFO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(IPV6_PKTINFO),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(IPV6_HOPLIMIT) || (defined(HAVE_DECL_IPV6_HOPLIMIT) && HAVE_DECL_IPV6_HOPLIMIT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(IPV6_HOPLIMIT),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(IPV6_RTHDR) || (defined(HAVE_DECL_IPV6_RTHDR) && HAVE_DECL_IPV6_RTHDR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(IPV6_RTHDR),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(IPV6_HOPOPTS) || (defined(HAVE_DECL_IPV6_HOPOPTS) && HAVE_DECL_IPV6_HOPOPTS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(IPV6_HOPOPTS),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
31#if defined(IPV6_DSTOPTS) || (defined(HAVE_DECL_IPV6_DSTOPTS) && HAVE_DECL_IPV6_DSTOPTS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070032 XLAT(IPV6_DSTOPTS),
Elliott Hughes82728372014-06-06 22:49:31 -070033#endif
34#if defined(IPV6_FLOWINFO) || (defined(HAVE_DECL_IPV6_FLOWINFO) && HAVE_DECL_IPV6_FLOWINFO)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(IPV6_FLOWINFO),
Elliott Hughes82728372014-06-06 22:49:31 -070036#endif
37#if defined(IPV6_UNICAST_HOPS) || (defined(HAVE_DECL_IPV6_UNICAST_HOPS) && HAVE_DECL_IPV6_UNICAST_HOPS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070038 XLAT(IPV6_UNICAST_HOPS),
Elliott Hughes82728372014-06-06 22:49:31 -070039#endif
40#if defined(IPV6_MULTICAST_HOPS) || (defined(HAVE_DECL_IPV6_MULTICAST_HOPS) && HAVE_DECL_IPV6_MULTICAST_HOPS)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070041 XLAT(IPV6_MULTICAST_HOPS),
Elliott Hughes82728372014-06-06 22:49:31 -070042#endif
43#if defined(IPV6_MULTICAST_LOOP) || (defined(HAVE_DECL_IPV6_MULTICAST_LOOP) && HAVE_DECL_IPV6_MULTICAST_LOOP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070044 XLAT(IPV6_MULTICAST_LOOP),
Elliott Hughes82728372014-06-06 22:49:31 -070045#endif
46#if defined(IPV6_MULTICAST_IF) || (defined(HAVE_DECL_IPV6_MULTICAST_IF) && HAVE_DECL_IPV6_MULTICAST_IF)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070047 XLAT(IPV6_MULTICAST_IF),
Elliott Hughes82728372014-06-06 22:49:31 -070048#endif
49#if defined(IPV6_MTU_DISCOVER) || (defined(HAVE_DECL_IPV6_MTU_DISCOVER) && HAVE_DECL_IPV6_MTU_DISCOVER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070050 XLAT(IPV6_MTU_DISCOVER),
Elliott Hughes82728372014-06-06 22:49:31 -070051#endif
52#if defined(IPV6_RECVERR) || (defined(HAVE_DECL_IPV6_RECVERR) && HAVE_DECL_IPV6_RECVERR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070053 XLAT(IPV6_RECVERR),
Elliott Hughes82728372014-06-06 22:49:31 -070054#endif
55#if defined(IPV6_FLOWINFO_SEND) || (defined(HAVE_DECL_IPV6_FLOWINFO_SEND) && HAVE_DECL_IPV6_FLOWINFO_SEND)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070056 XLAT(IPV6_FLOWINFO_SEND),
Elliott Hughes82728372014-06-06 22:49:31 -070057#endif
58#if defined(IPV6_ADD_MEMBERSHIP) || (defined(HAVE_DECL_IPV6_ADD_MEMBERSHIP) && HAVE_DECL_IPV6_ADD_MEMBERSHIP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070059 XLAT(IPV6_ADD_MEMBERSHIP),
Elliott Hughes82728372014-06-06 22:49:31 -070060#endif
61#if defined(IPV6_DROP_MEMBERSHIP) || (defined(HAVE_DECL_IPV6_DROP_MEMBERSHIP) && HAVE_DECL_IPV6_DROP_MEMBERSHIP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070062 XLAT(IPV6_DROP_MEMBERSHIP),
Elliott Hughes82728372014-06-06 22:49:31 -070063#endif
64#if defined(IPV6_ROUTER_ALERT) || (defined(HAVE_DECL_IPV6_ROUTER_ALERT) && HAVE_DECL_IPV6_ROUTER_ALERT)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070065 XLAT(IPV6_ROUTER_ALERT),
Elliott Hughes82728372014-06-06 22:49:31 -070066#endif
Elliott Hughes0328d0a2015-03-18 11:18:43 -070067 XLAT_END
Elliott Hughes82728372014-06-06 22:49:31 -070068};