NetBSD/sys/netinet6
dsl c24781af04 Pass the current process structure to in_pcbconnect() so that it can
pass it to in_pcbbind() so that can allocate a low numbered port
if setsockopt() has been used to set IP_PORTRANGE to IP_PORTRANGE_LOW.
While there, fail in_pcbconnect() if the in_pcbbind() fails - rather
than sending the request out from a port of zero.
This has been largely broken since the socket option was added in 1998.
2005-11-15 18:39:46 +00:00
..
Makefile
ah.h
ah_aesxcbcmac.c PR/30821: SUZUKI, Shinsuike: IPsec-AH is always calculated using the same 2005-07-28 14:19:56 +00:00
ah_aesxcbcmac.h
ah_core.c Remove unnecessary bzero() calls before calling the algorithm specific 2005-07-21 16:59:20 +00:00
ah_input.c Defopt IPSEC_NAT_T. 2005-07-07 16:00:56 +00:00
ah_output.c
dest6.c
esp.h
esp_aesctr.c
esp_aesctr.h
esp_core.c Remove write-only variable "derived" in esp_cbc_encrypt(). 2005-08-18 07:54:09 +00:00
esp_input.c Defopt IPSEC_NAT_T. 2005-07-07 16:00:56 +00:00
esp_output.c Defopt IPSEC_NAT_T. 2005-07-07 16:00:56 +00:00
esp_rijndael.c
esp_rijndael.h
files.ipsec Defopt IPSEC_NAT_T. 2005-07-07 16:00:56 +00:00
files.netinet6
frag6.c
icmp6.c In icmp6_redirect_output(), sip6 is initialised to point to the data area of 2005-10-19 20:42:54 +00:00
in6.c
in6.h Implement net.inet6.ip6.stats sysctl. 2005-08-28 21:01:53 +00:00
in6_cksum.c
in6_gif.c
in6_gif.h
in6_ifattach.c
in6_ifattach.h
in6_pcb.c Pass the current process structure to in_pcbconnect() so that it can 2005-11-15 18:39:46 +00:00
in6_pcb.h Pass the current process structure to in_pcbconnect() so that it can 2005-11-15 18:39:46 +00:00
in6_proto.c Add PR_PURGEIF flag for protocols to indicate that the protocol might 2005-07-19 12:58:24 +00:00
in6_src.c
in6_var.h
ip6_forward.c
ip6_id.c
ip6_input.c Implement net.inet6.ip6.stats sysctl. 2005-08-28 21:01:53 +00:00
ip6_mroute.c mif6table is used by netstat, so don't declare it static. Fix netstat -g 2005-10-21 18:00:45 +00:00
ip6_mroute.h
ip6_output.c change bcopy to memmove since this was supposed to be an ovbcopy (from kre) 2005-09-23 21:21:58 +00:00
ip6_var.h
ip6protosw.h
ipcomp.h
ipcomp_core.c
ipcomp_input.c Defopt IPSEC_NAT_T. 2005-07-07 16:00:56 +00:00
ipcomp_output.c
ipsec.c PR/25658: Steve Woodford: Default value of net.inet.ipsec.dfbit breaks PMTU 2005-09-09 15:38:05 +00:00
ipsec.h introduce ipsec_policy_t to help user programs with the change of 2005-08-07 08:34:32 +00:00
mld6.c
mld6_var.h
nd6.c
nd6.h
nd6_nbr.c
nd6_rtr.c
pim6.h
pim6_var.h Implement net.inet6.pim6.stats sysctl. 2005-08-28 21:03:18 +00:00
raw_ip6.c Implement net.inet6.raw6.stats sysctl. 2005-08-28 21:04:09 +00:00
raw_ip6.h Implement net.inet6.raw6.stats sysctl. 2005-08-28 21:04:09 +00:00
route6.c
udp6.h
udp6_output.c ipv6 tx checksum offloading. reviewed by Jason Thorpe. 2005-08-10 12:58:37 +00:00
udp6_usrreq.c Pass the current process structure to in_pcbconnect() so that it can 2005-11-15 18:39:46 +00:00
udp6_var.h Implement net.inet6.udp6.stats. 2005-08-28 21:01:02 +00:00