NetBSD/sys/netinet6
itojun 2e904aec57 make IPV6_BINDV6ONLY setsockopt available. it controls behavior of
AF_INET6 wildcard listening socket.  heavily documented in ip6(4).
net.inet6.ip6.bindv6only defines default value.  default is 1.

"options INET6_BINDV6ONLY" removes any code fragment that supports
IPV6_BINDV6ONLY == 0 case (not defopt'ed as use of this is rare).
2000-01-06 06:41:18 +00:00
..
IMPLEMENTATION sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
Makefile
TODO better sync with reality. 2000-01-05 13:19:36 +00:00
ah.h avoid namespace polution ("#ifdef KERNEL" was mistakingly used) 1999-12-02 05:08:16 +00:00
ah_core.c do not overwrite traffic class field when we write IPv6 version field. 1999-12-15 06:28:43 +00:00
ah_input.c
ah_output.c
dest6.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
esp.h avoid namespace polution ("#ifdef KERNEL" was mistakingly used) 1999-12-02 05:08:16 +00:00
frag6.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
icmp6.c avoid panic on getsockopt(ICMPV6_FILTER). 2000-01-05 16:46:18 +00:00
icmp6.h add net.inet6.icmp6.nodeinfo sysctl. 2000-01-02 16:31:17 +00:00
in6.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
in6.h make IPV6_BINDV6ONLY setsockopt available. it controls behavior of 2000-01-06 06:41:18 +00:00
in6_cksum.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
in6_gif.c do not overwrite traffic class field when we write IPv6 version field. 1999-12-15 06:28:43 +00:00
in6_gif.h
in6_ifattach.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
in6_ifattach.h sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
in6_pcb.c make IPV6_BINDV6ONLY setsockopt available. it controls behavior of 2000-01-06 06:41:18 +00:00
in6_pcb.h synchronize in6pcb flags definition across kame/*bsd. 1999-12-27 06:38:47 +00:00
in6_prefix.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
in6_prefix.h sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
in6_proto.c make IPV6_BINDV6ONLY setsockopt available. it controls behavior of 2000-01-06 06:41:18 +00:00
in6_var.h sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
ip6.h sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
ip6_forward.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
ip6_input.c make IPV6_BINDV6ONLY setsockopt available. it controls behavior of 2000-01-06 06:41:18 +00:00
ip6_mroute.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
ip6_mroute.h sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
ip6_output.c make IPV6_BINDV6ONLY setsockopt available. it controls behavior of 2000-01-06 06:41:18 +00:00
ip6_var.h make IPV6_BINDV6ONLY setsockopt available. it controls behavior of 2000-01-06 06:41:18 +00:00
ip6protosw.h sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
ipcomp.h fix comment (sync with KAME) 1999-12-02 05:25:59 +00:00
ipcomp_core.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
ipcomp_input.c
ipcomp_output.c
ipsec.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
ipsec.h avoid namespace polution ("#ifdef KERNEL" was mistakingly used) 1999-12-02 05:08:16 +00:00
mld6.c do not overwrite traffic class field when we write IPv6 version field. 1999-12-15 06:28:43 +00:00
mld6_var.h
nd6.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
nd6.h sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
nd6_nbr.c do not overwrite traffic class field when we write IPv6 version field. 1999-12-15 06:28:43 +00:00
nd6_rtr.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
pim6.h
pim6_var.h sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
raw_ip6.c drop IPv6 packets with v4 mapped address on src/dst. they are illegal 1999-12-22 04:03:01 +00:00
route6.c sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00
udp6.h
udp6_usrreq.c drop IPv6 packets with v4 mapped address on src/dst. they are illegal 1999-12-22 04:03:01 +00:00
udp6_var.h sync IPv6 part with latest KAME tree. IPsec part is left unmodified 1999-12-13 15:17:17 +00:00