You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
35 lines
778 B
35 lines
778 B
/* Generated by ./xlat/gen.sh from ./xlat/sysctl_net_ipv6.in; do not edit. */
|
|
|
|
#include "gcc_compat.h"
|
|
#include "static_assert.h"
|
|
|
|
|
|
#ifndef XLAT_MACROS_ONLY
|
|
|
|
# ifdef IN_MPERS
|
|
|
|
# error static const struct xlat sysctl_net_ipv6 in mpers mode
|
|
|
|
# else
|
|
|
|
static
|
|
const struct xlat sysctl_net_ipv6[] = {
|
|
XLAT(NET_IPV6_CONF),
|
|
XLAT(NET_IPV6_NEIGH),
|
|
XLAT(NET_IPV6_ROUTE),
|
|
XLAT(NET_IPV6_ICMP),
|
|
XLAT(NET_IPV6_BINDV6ONLY),
|
|
XLAT(NET_IPV6_IP6FRAG_HIGH_THRESH),
|
|
XLAT(NET_IPV6_IP6FRAG_LOW_THRESH),
|
|
XLAT(NET_IPV6_IP6FRAG_TIME),
|
|
XLAT(NET_IPV6_IP6FRAG_SECRET_INTERVAL),
|
|
#if defined(NET_IPV6_MLD_MAX_MSF) || (defined(HAVE_DECL_NET_IPV6_MLD_MAX_MSF) && HAVE_DECL_NET_IPV6_MLD_MAX_MSF)
|
|
XLAT(NET_IPV6_MLD_MAX_MSF),
|
|
#endif
|
|
XLAT_END
|
|
};
|
|
|
|
# endif /* !IN_MPERS */
|
|
|
|
#endif /* !XLAT_MACROS_ONLY */
|