NetBSD/sys/netinet6
ozaki-r 4f92eb6d47 Update icmp6_redirect_timeout_q when changing net.inet6.icmp6.redirtimeout
We have to update icmp6_redirect_timeout_q as well as icmp6_redirtimeout
when changing net.inet6.icmp6.redirtimeout via sysctl. The updating logic
is copied from sysctl_net_inet_icmp_redirtimeout.

This change is from s-yamaguchi@IIJ (with KNF by ozaki-r) and fixes
PR kern/50240.
2015-09-14 05:34:28 +00:00
..
Makefile
dccp6_usrreq.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
dccp6_var.h make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00
dest6.c
files.netinet6 Add DCCP protocol support from KAME. 2015-02-10 19:11:52 +00:00
frag6.c
icmp6.c Update icmp6_redirect_timeout_q when changing net.inet6.icmp6.redirtimeout 2015-09-14 05:34:28 +00:00
icmp6_private.h
in6.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
in6.h Use time_uptime instead of time_second to avoid time leaps 2015-08-07 08:11:33 +00:00
in6_cksum.c
in6_gif.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
in6_gif.h
in6_ifattach.c Rearange interface detachement slightly: before we free the INET6 specific 2015-02-23 19:15:59 +00:00
in6_ifattach.h
in6_offload.c
in6_offload.h
in6_pcb.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
in6_pcb.h remove transitional functions in{,6}_pcbconnect_m() that were used in 2015-05-24 15:43:45 +00:00
in6_print.c add routines to print in6_addr and sockaddr_in6 (in6_print, sin6_print) 2014-12-02 19:36:58 +00:00
in6_proto.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
in6_src.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
in6_var.h More on PR 41200: headers that declare ioctls should include sys/ioccom.h. 2015-09-06 06:00:59 +00:00
ip6_etherip.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
ip6_etherip.h
ip6_flow.c Add RTF_BROADCAST to mark routes used for the broadcast address when 2015-03-23 18:33:17 +00:00
ip6_forward.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
ip6_id.c Use time_uptime instead of time_second to avoid time leaps 2015-08-07 08:11:33 +00:00
ip6_input.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
ip6_mroute.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
ip6_mroute.h
ip6_output.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
ip6_private.h
ip6_var.h Add net.inet6.ip6.prefer_tempaddr sysctl knob so that we can prefer 2015-01-20 21:27:36 +00:00
ip6protosw.h
ipsec.h
mld6.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
mld6_var.h
nd6.c If, for whatever reason, a local interface route is removed and then 2015-09-11 10:33:32 +00:00
nd6.h Reform use of rt_refcnt 2015-07-17 02:21:08 +00:00
nd6_nbr.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
nd6_rtr.c Change 0 to NULL for rtrequest's last argument (struct rtentry **ret_nrt) 2015-08-24 09:45:29 +00:00
pim6.h
pim6_var.h
raw_ip6.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
raw_ip6.h
route6.c
scope6.c printable version of the scope. 2014-12-10 01:10:37 +00:00
scope6_var.h printable version of the scope. 2014-12-10 01:10:37 +00:00
udp6.h
udp6_output.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
udp6_private.h
udp6_usrreq.c sprinkle _KERNEL_OPT 2015-08-24 22:21:26 +00:00
udp6_var.h make connect syscall use sockaddr_big and modify pr_{send,connect} 2015-05-02 17:18:03 +00:00