NetBSD/sys/netipsec
rtr a2ba5e69ab * change pr_bind to accept struct sockaddr * instead of struct mbuf *
* update protocol bind implementations to use/expect sockaddr *
  instead of mbuf *
* introduce sockaddr_big struct for storage of addr data passed via
  sys_bind; sockaddr_big is of sufficient size and alignment to
  accommodate all addr data sizes received.
* modify sys_bind to allocate sockaddr_big instead of using an mbuf.
* bump kernel version to 7.99.9 for change to pr_bind() parameter type.

Patch posted to tech-net@
  http://mail-index.netbsd.org/tech-net/2015/03/15/msg005004.html

The choice to use a new structure sockaddr_big has been retained since
changing sockaddr_storage size would lead to unnecessary ABI change. The
use of the new structure does not preclude future work that increases
the size of sockaddr_storage and at that time sockaddr_big may be
trivially replaced.

Tested by mrg@ and myself, discussed with rmind@, posted to tech-net@
2015-04-03 20:01:07 +00:00
..
ah_var.h
ah.h
esp_var.h
esp.h
files.netipsec
ipcomp_var.h
ipcomp.h
ipip_var.h
ipsec6.h
ipsec_input.c Tidy up opt_ipsec.h inclusions 2015-03-30 03:51:50 +00:00
ipsec_mbuf.c
ipsec_netbsd.c
ipsec_osdep.h
ipsec_output.c Tidy up opt_ipsec.h inclusions 2015-03-30 03:51:50 +00:00
ipsec_private.h
ipsec_var.h
ipsec.c Pull out ipsec routines from ip6_input 2015-04-01 02:49:44 +00:00
ipsec.h Pull out ipsec routines from ip6_input 2015-04-01 02:49:44 +00:00
key_debug.c Tidy up opt_ipsec.h inclusions 2015-03-30 03:51:50 +00:00
key_debug.h
key_var.h
key.c cleanup debugging printfs and fix port endianness printing issue. 2014-06-16 03:34:45 +00:00
key.h Tidy up opt_ipsec.h inclusions 2015-03-30 03:51:50 +00:00
keydb.h Tidy up opt_ipsec.h inclusions 2015-03-30 03:51:50 +00:00
keysock.c * change pr_bind to accept struct sockaddr * instead of struct mbuf * 2015-04-03 20:01:07 +00:00
keysock.h
Makefile
xform_ah.c Tidy up opt_ipsec.h inclusions 2015-03-30 03:51:50 +00:00
xform_esp.c Tidy up opt_ipsec.h inclusions 2015-03-30 03:51:50 +00:00
xform_ipcomp.c
xform_ipip.c Remove unnecessary ifdef IPSEC 2015-03-27 07:47:10 +00:00
xform_tcp.c
xform.h