NetBSD/sys/netipsec
rtr eddf3af3c6 make accept, getsockname and getpeername syscalls use sockaddr_big and modify
pr_{accept,sockname,peername} nam parameter type from mbuf * to sockaddr *.

* retained use of mbuftypes[MT_SONAME] for now.
* bump to netbsd version 7.99.12 for parameter type change.

patch posted to tech-net@ 2015/04/19
2015-04-24 22:32:37 +00:00
..
ah_var.h
ah.h
esp_var.h
esp.h
files.netipsec IPSEC has not come in two speeds for a long time now (IPSEC == kame, 2013-06-05 19:01:26 +00:00
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 Introduce 2 new variables: ipsec_enabled and ipsec_used. 2014-05-30 01:39:03 +00:00
ipsec_osdep.h Fix FAST_IPSEC locking violation. 2013-05-09 19:21:50 +00:00
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 make accept, getsockname and getpeername syscalls use sockaddr_big and modify 2015-04-24 22:32:37 +00:00
keysock.h Add struct pr_usrreqs with a pr_generic function and prepare for the 2014-05-18 14:46:15 +00:00
Makefile more IPSEC header cleanup: don't install unneeded headers to userland, 2012-01-06 14:17:10 +00:00
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 - apply some __diagused 2013-11-03 18:37:10 +00:00
xform_ipip.c Remove unnecessary ifdef IPSEC 2015-03-27 07:47:10 +00:00
xform_tcp.c fix build in the (FAST_)IPSEC & TCP_SIGNATURE case 2012-01-11 14:39:08 +00:00
xform.h