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