in6_proto.c (ead85fe415dd32e47eb57744c4b214e33ef89938) in6_proto.c (34a5582c47c7ec24a6bf7de8af32b1334a79f58e)
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 552 unchanged lines hidden (view full) ---

561#endif
562
563/* net.inet6.icmp6 */
564SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_REDIRACCEPT, rediraccept,
565 CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(icmp6_rediraccept), 0,
566 "Accept ICMPv6 redirect messages");
567SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_REDIRTIMEOUT, redirtimeout,
568 CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(icmp6_redirtimeout), 0,
1/*-
2 * SPDX-License-Identifier: BSD-3-Clause
3 *
4 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
5 * All rights reserved.
6 *
7 * Redistribution and use in source and binary forms, with or without
8 * modification, are permitted provided that the following conditions

--- 552 unchanged lines hidden (view full) ---

561#endif
562
563/* net.inet6.icmp6 */
564SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_REDIRACCEPT, rediraccept,
565 CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(icmp6_rediraccept), 0,
566 "Accept ICMPv6 redirect messages");
567SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_REDIRTIMEOUT, redirtimeout,
568 CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(icmp6_redirtimeout), 0,
569 ""); /* XXX unused */
569 "Delay in seconds before expiring redirect route");
570SYSCTL_VNET_PCPUSTAT(_net_inet6_icmp6, ICMPV6CTL_STATS, stats,
571 struct icmp6stat, icmp6stat,
572 "ICMPv6 statistics (struct icmp6stat, netinet/icmp6.h)");
573SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_ND6_PRUNE, nd6_prune,
574 CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(nd6_prune), 0,
575 "Frequency in seconds of checks for expired prefixes and routers");
576SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_ND6_DELAY, nd6_delay,
577 CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(nd6_delay), 0,

--- 38 unchanged lines hidden ---
570SYSCTL_VNET_PCPUSTAT(_net_inet6_icmp6, ICMPV6CTL_STATS, stats,
571 struct icmp6stat, icmp6stat,
572 "ICMPv6 statistics (struct icmp6stat, netinet/icmp6.h)");
573SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_ND6_PRUNE, nd6_prune,
574 CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(nd6_prune), 0,
575 "Frequency in seconds of checks for expired prefixes and routers");
576SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_ND6_DELAY, nd6_delay,
577 CTLFLAG_VNET | CTLFLAG_RW, &VNET_NAME(nd6_delay), 0,

--- 38 unchanged lines hidden ---