• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* Generated by ./xlat/gen.sh from ./xlat/sysctl_net.in; do not edit. */
2 
3 #include "gcc_compat.h"
4 #include "static_assert.h"
5 
6 
7 #ifndef XLAT_MACROS_ONLY
8 
9 # ifdef IN_MPERS
10 
11 #  error static const struct xlat sysctl_net in mpers mode
12 
13 # else
14 
15 static
16 const struct xlat sysctl_net[] = {
17  XLAT(NET_CORE),
18  XLAT(NET_ETHER),
19  XLAT(NET_802),
20  XLAT(NET_UNIX),
21  XLAT(NET_IPV4),
22  XLAT(NET_IPX),
23  XLAT(NET_ATALK),
24  XLAT(NET_NETROM),
25  XLAT(NET_AX25),
26  XLAT(NET_BRIDGE),
27  XLAT(NET_ROSE),
28  XLAT(NET_IPV6),
29  XLAT(NET_X25),
30  XLAT(NET_TR),
31  XLAT(NET_DECNET),
32  XLAT(NET_ECONET),
33  XLAT(NET_SCTP),
34 #if defined(NET_LLC) || (defined(HAVE_DECL_NET_LLC) && HAVE_DECL_NET_LLC)
35   XLAT(NET_LLC),
36 #endif
37 #if defined(NET_NETFILTER) || (defined(HAVE_DECL_NET_NETFILTER) && HAVE_DECL_NET_NETFILTER)
38   XLAT(NET_NETFILTER),
39 #endif
40 #if defined(NET_DCCP) || (defined(HAVE_DECL_NET_DCCP) && HAVE_DECL_NET_DCCP)
41   XLAT(NET_DCCP),
42 #endif
43 #if defined(NET_IRDA) || (defined(HAVE_DECL_NET_IRDA) && HAVE_DECL_NET_IRDA)
44   XLAT(NET_IRDA),
45 #endif
46  XLAT_END
47 };
48 
49 # endif /* !IN_MPERS */
50 
51 #endif /* !XLAT_MACROS_ONLY */
52