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 #if defined(NET_CORE) || (defined(HAVE_DECL_NET_CORE) && HAVE_DECL_NET_CORE)
12   XLAT(NET_CORE),
13 #endif
14 #if defined(NET_ETHER) || (defined(HAVE_DECL_NET_ETHER) && HAVE_DECL_NET_ETHER)
15   XLAT(NET_ETHER),
16 #endif
17 #if defined(NET_802) || (defined(HAVE_DECL_NET_802) && HAVE_DECL_NET_802)
18   XLAT(NET_802),
19 #endif
20 #if defined(NET_UNIX) || (defined(HAVE_DECL_NET_UNIX) && HAVE_DECL_NET_UNIX)
21   XLAT(NET_UNIX),
22 #endif
23 #if defined(NET_IPV4) || (defined(HAVE_DECL_NET_IPV4) && HAVE_DECL_NET_IPV4)
24   XLAT(NET_IPV4),
25 #endif
26 #if defined(NET_IPX) || (defined(HAVE_DECL_NET_IPX) && HAVE_DECL_NET_IPX)
27   XLAT(NET_IPX),
28 #endif
29 #if defined(NET_ATALK) || (defined(HAVE_DECL_NET_ATALK) && HAVE_DECL_NET_ATALK)
30   XLAT(NET_ATALK),
31 #endif
32 #if defined(NET_NETROM) || (defined(HAVE_DECL_NET_NETROM) && HAVE_DECL_NET_NETROM)
33   XLAT(NET_NETROM),
34 #endif
35 #if defined(NET_AX25) || (defined(HAVE_DECL_NET_AX25) && HAVE_DECL_NET_AX25)
36   XLAT(NET_AX25),
37 #endif
38 #if defined(NET_BRIDGE) || (defined(HAVE_DECL_NET_BRIDGE) && HAVE_DECL_NET_BRIDGE)
39   XLAT(NET_BRIDGE),
40 #endif
41 #if defined(NET_ROSE) || (defined(HAVE_DECL_NET_ROSE) && HAVE_DECL_NET_ROSE)
42   XLAT(NET_ROSE),
43 #endif
44 #if defined(NET_IPV6) || (defined(HAVE_DECL_NET_IPV6) && HAVE_DECL_NET_IPV6)
45   XLAT(NET_IPV6),
46 #endif
47 #if defined(NET_X25) || (defined(HAVE_DECL_NET_X25) && HAVE_DECL_NET_X25)
48   XLAT(NET_X25),
49 #endif
50 #if defined(NET_TR) || (defined(HAVE_DECL_NET_TR) && HAVE_DECL_NET_TR)
51   XLAT(NET_TR),
52 #endif
53 #if defined(NET_DECNET) || (defined(HAVE_DECL_NET_DECNET) && HAVE_DECL_NET_DECNET)
54   XLAT(NET_DECNET),
55 #endif
56 #if defined(NET_ECONET) || (defined(HAVE_DECL_NET_ECONET) && HAVE_DECL_NET_ECONET)
57   XLAT(NET_ECONET),
58 #endif
59 #if defined(NET_SCTP) || (defined(HAVE_DECL_NET_SCTP) && HAVE_DECL_NET_SCTP)
60   XLAT(NET_SCTP),
61 #endif
62 #if defined(NET_LLC) || (defined(HAVE_DECL_NET_LLC) && HAVE_DECL_NET_LLC)
63   XLAT(NET_LLC),
64 #endif
65 #if defined(NET_NETFILTER) || (defined(HAVE_DECL_NET_NETFILTER) && HAVE_DECL_NET_NETFILTER)
66   XLAT(NET_NETFILTER),
67 #endif
68 #if defined(NET_DCCP) || (defined(HAVE_DECL_NET_DCCP) && HAVE_DECL_NET_DCCP)
69   XLAT(NET_DCCP),
70 #endif
71 #if defined(NET_IRDA) || (defined(HAVE_DECL_NET_IRDA) && HAVE_DECL_NET_IRDA)
72   XLAT(NET_IRDA),
73 #endif
74  XLAT_END
75 };
76 
77 #endif /* !IN_MPERS */
78