blob: f93d678bd166ae47528ea012b06ab014862dfcfa [file] [log] [blame]
Elliott Hughes82728372014-06-06 22:49:31 -07001/* Generated by ./xlat/gen.sh from ./xlat/sysctl_net.in; do not edit. */
2
3static const struct xlat sysctl_net[] = {
4#if defined(NET_CORE) || (defined(HAVE_DECL_NET_CORE) && HAVE_DECL_NET_CORE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07005 XLAT(NET_CORE),
Elliott Hughes82728372014-06-06 22:49:31 -07006#endif
7#if defined(NET_ETHER) || (defined(HAVE_DECL_NET_ETHER) && HAVE_DECL_NET_ETHER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -07008 XLAT(NET_ETHER),
Elliott Hughes82728372014-06-06 22:49:31 -07009#endif
10#if defined(NET_802) || (defined(HAVE_DECL_NET_802) && HAVE_DECL_NET_802)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070011 XLAT(NET_802),
Elliott Hughes82728372014-06-06 22:49:31 -070012#endif
13#if defined(NET_UNIX) || (defined(HAVE_DECL_NET_UNIX) && HAVE_DECL_NET_UNIX)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070014 XLAT(NET_UNIX),
Elliott Hughes82728372014-06-06 22:49:31 -070015#endif
16#if defined(NET_IPV4) || (defined(HAVE_DECL_NET_IPV4) && HAVE_DECL_NET_IPV4)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070017 XLAT(NET_IPV4),
Elliott Hughes82728372014-06-06 22:49:31 -070018#endif
19#if defined(NET_IPX) || (defined(HAVE_DECL_NET_IPX) && HAVE_DECL_NET_IPX)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070020 XLAT(NET_IPX),
Elliott Hughes82728372014-06-06 22:49:31 -070021#endif
22#if defined(NET_ATALK) || (defined(HAVE_DECL_NET_ATALK) && HAVE_DECL_NET_ATALK)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070023 XLAT(NET_ATALK),
Elliott Hughes82728372014-06-06 22:49:31 -070024#endif
25#if defined(NET_NETROM) || (defined(HAVE_DECL_NET_NETROM) && HAVE_DECL_NET_NETROM)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070026 XLAT(NET_NETROM),
Elliott Hughes82728372014-06-06 22:49:31 -070027#endif
28#if defined(NET_AX25) || (defined(HAVE_DECL_NET_AX25) && HAVE_DECL_NET_AX25)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070029 XLAT(NET_AX25),
Elliott Hughes82728372014-06-06 22:49:31 -070030#endif
31#if defined(NET_BRIDGE) || (defined(HAVE_DECL_NET_BRIDGE) && HAVE_DECL_NET_BRIDGE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070032 XLAT(NET_BRIDGE),
Elliott Hughes82728372014-06-06 22:49:31 -070033#endif
34#if defined(NET_ROSE) || (defined(HAVE_DECL_NET_ROSE) && HAVE_DECL_NET_ROSE)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070035 XLAT(NET_ROSE),
Elliott Hughes82728372014-06-06 22:49:31 -070036#endif
37#if defined(NET_IPV6) || (defined(HAVE_DECL_NET_IPV6) && HAVE_DECL_NET_IPV6)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070038 XLAT(NET_IPV6),
Elliott Hughes82728372014-06-06 22:49:31 -070039#endif
40#if defined(NET_X25) || (defined(HAVE_DECL_NET_X25) && HAVE_DECL_NET_X25)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070041 XLAT(NET_X25),
Elliott Hughes82728372014-06-06 22:49:31 -070042#endif
43#if defined(NET_TR) || (defined(HAVE_DECL_NET_TR) && HAVE_DECL_NET_TR)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070044 XLAT(NET_TR),
Elliott Hughes82728372014-06-06 22:49:31 -070045#endif
46#if defined(NET_DECNET) || (defined(HAVE_DECL_NET_DECNET) && HAVE_DECL_NET_DECNET)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070047 XLAT(NET_DECNET),
Elliott Hughes82728372014-06-06 22:49:31 -070048#endif
49#if defined(NET_ECONET) || (defined(HAVE_DECL_NET_ECONET) && HAVE_DECL_NET_ECONET)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070050 XLAT(NET_ECONET),
Elliott Hughes82728372014-06-06 22:49:31 -070051#endif
52#if defined(NET_SCTP) || (defined(HAVE_DECL_NET_SCTP) && HAVE_DECL_NET_SCTP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070053 XLAT(NET_SCTP),
Elliott Hughes82728372014-06-06 22:49:31 -070054#endif
55#if defined(NET_LLC) || (defined(HAVE_DECL_NET_LLC) && HAVE_DECL_NET_LLC)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070056 XLAT(NET_LLC),
Elliott Hughes82728372014-06-06 22:49:31 -070057#endif
58#if defined(NET_NETFILTER) || (defined(HAVE_DECL_NET_NETFILTER) && HAVE_DECL_NET_NETFILTER)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070059 XLAT(NET_NETFILTER),
Elliott Hughes82728372014-06-06 22:49:31 -070060#endif
61#if defined(NET_DCCP) || (defined(HAVE_DECL_NET_DCCP) && HAVE_DECL_NET_DCCP)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070062 XLAT(NET_DCCP),
Elliott Hughes82728372014-06-06 22:49:31 -070063#endif
64#if defined(NET_IRDA) || (defined(HAVE_DECL_NET_IRDA) && HAVE_DECL_NET_IRDA)
Elliott Hughes0328d0a2015-03-18 11:18:43 -070065 XLAT(NET_IRDA),
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};