1/* Generated by ./xlat/gen.sh from ./xlat/sysctl_net_ipv4_conf.in; do not edit. */
2
3#ifdef IN_MPERS
4
5# error static const struct xlat sysctl_net_ipv4_conf in mpers mode
6
7#else
8
9static
10const struct xlat sysctl_net_ipv4_conf[] = {
11 XLAT(NET_IPV4_CONF_FORWARDING),
12 XLAT(NET_IPV4_CONF_MC_FORWARDING),
13 XLAT(NET_IPV4_CONF_PROXY_ARP),
14 XLAT(NET_IPV4_CONF_ACCEPT_REDIRECTS),
15 XLAT(NET_IPV4_CONF_SECURE_REDIRECTS),
16 XLAT(NET_IPV4_CONF_SEND_REDIRECTS),
17 XLAT(NET_IPV4_CONF_SHARED_MEDIA),
18 XLAT(NET_IPV4_CONF_RP_FILTER),
19 XLAT(NET_IPV4_CONF_ACCEPT_SOURCE_ROUTE),
20 XLAT(NET_IPV4_CONF_BOOTP_RELAY),
21 XLAT(NET_IPV4_CONF_LOG_MARTIANS),
22 XLAT(NET_IPV4_CONF_TAG),
23 XLAT(NET_IPV4_CONF_ARPFILTER),
24 XLAT(NET_IPV4_CONF_MEDIUM_ID),
25 XLAT(NET_IPV4_CONF_NOXFRM),
26 XLAT(NET_IPV4_CONF_NOPOLICY),
27#if defined(NET_IPV4_CONF_FORCE_IGMP_VERSION) || (defined(HAVE_DECL_NET_IPV4_CONF_FORCE_IGMP_VERSION) && HAVE_DECL_NET_IPV4_CONF_FORCE_IGMP_VERSION)
28  XLAT(NET_IPV4_CONF_FORCE_IGMP_VERSION),
29#endif
30#if defined(NET_IPV4_CONF_ARP_ANNOUNCE) || (defined(HAVE_DECL_NET_IPV4_CONF_ARP_ANNOUNCE) && HAVE_DECL_NET_IPV4_CONF_ARP_ANNOUNCE)
31  XLAT(NET_IPV4_CONF_ARP_ANNOUNCE),
32#endif
33#if defined(NET_IPV4_CONF_ARP_IGNORE) || (defined(HAVE_DECL_NET_IPV4_CONF_ARP_IGNORE) && HAVE_DECL_NET_IPV4_CONF_ARP_IGNORE)
34  XLAT(NET_IPV4_CONF_ARP_IGNORE),
35#endif
36#if defined(NET_IPV4_CONF_PROMOTE_SECONDARIES) || (defined(HAVE_DECL_NET_IPV4_CONF_PROMOTE_SECONDARIES) && HAVE_DECL_NET_IPV4_CONF_PROMOTE_SECONDARIES)
37  XLAT(NET_IPV4_CONF_PROMOTE_SECONDARIES),
38#endif
39#if defined(NET_IPV4_CONF_ARP_ACCEPT) || (defined(HAVE_DECL_NET_IPV4_CONF_ARP_ACCEPT) && HAVE_DECL_NET_IPV4_CONF_ARP_ACCEPT)
40  XLAT(NET_IPV4_CONF_ARP_ACCEPT),
41#endif
42#if defined(NET_IPV4_CONF_ARP_NOTIFY) || (defined(HAVE_DECL_NET_IPV4_CONF_ARP_NOTIFY) && HAVE_DECL_NET_IPV4_CONF_ARP_NOTIFY)
43  XLAT(NET_IPV4_CONF_ARP_NOTIFY),
44#endif
45 XLAT_END
46};
47
48#endif /* !IN_MPERS */
49