in6_proto.c (44e33a075818146eb289c39c3ca2817f54517c9f) in6_proto.c (97021c246444967a8f441a90076fb4f7ef22fb3a)
1/*-
2 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

558 nodeinfo, CTLFLAG_RW, icmp6_nodeinfo, 0, "");
559SYSCTL_V_INT(V_NET, vnet_inet6, _net_inet6_icmp6, ICMPV6CTL_ERRPPSLIMIT,
560 errppslimit, CTLFLAG_RW, icmp6errppslim, 0, "");
561SYSCTL_V_INT(V_NET, vnet_inet6, _net_inet6_icmp6, ICMPV6CTL_ND6_MAXNUDHINT,
562 nd6_maxnudhint, CTLFLAG_RW, nd6_maxnudhint, 0, "");
563SYSCTL_V_INT(V_NET, vnet_inet6, _net_inet6_icmp6, ICMPV6CTL_ND6_DEBUG,
564 nd6_debug, CTLFLAG_RW, nd6_debug, 0, "");
565
1/*-
2 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

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

558 nodeinfo, CTLFLAG_RW, icmp6_nodeinfo, 0, "");
559SYSCTL_V_INT(V_NET, vnet_inet6, _net_inet6_icmp6, ICMPV6CTL_ERRPPSLIMIT,
560 errppslimit, CTLFLAG_RW, icmp6errppslim, 0, "");
561SYSCTL_V_INT(V_NET, vnet_inet6, _net_inet6_icmp6, ICMPV6CTL_ND6_MAXNUDHINT,
562 nd6_maxnudhint, CTLFLAG_RW, nd6_maxnudhint, 0, "");
563SYSCTL_V_INT(V_NET, vnet_inet6, _net_inet6_icmp6, ICMPV6CTL_ND6_DEBUG,
564 nd6_debug, CTLFLAG_RW, nd6_debug, 0, "");
565
566SYSCTL_INT(_net_inet6_icmp6, ICMPV6CTL_ND6_ONLINKNSRFC4861,
567 nd6_onlink_ns_rfc4861, CTLFLAG_RW, &nd6_onlink_ns_rfc4861, 0,
566SYSCTL_V_INT(V_NET, vnet_inet6, _net_inet6_icmp6, ICMPV6CTL_ND6_ONLINKNSRFC4861,
567 nd6_onlink_ns_rfc4861, CTLFLAG_RW, nd6_onlink_ns_rfc4861, 0,
568 "Accept 'on-link' nd6 NS in compliance with RFC 4861.");
568 "Accept 'on-link' nd6 NS in compliance with RFC 4861.");