NetBSD/sys/netipsec
christos 9152d0e109 PR/31478: YOMURA Masanori: Inconsistent default value of net.inet.ipsec.dfbit
Changed to match netinet6 (0->2)
2005-10-05 12:59:24 +00:00
..
Makefile
ah.h
ah_var.h
esp.h
esp_var.h
files.netipsec
ipcomp.h
ipcomp_var.h
ipip_var.h
ipsec.c PR/31478: YOMURA Masanori: Inconsistent default value of net.inet.ipsec.dfbit 2005-10-05 12:59:24 +00:00
ipsec.h constify and unshadow. 2005-06-10 13:22:42 +00:00
ipsec6.h
ipsec_input.c
ipsec_mbuf.c
ipsec_netbsd.c Change the rest of the sysctl subsystem to use const consistently. 2005-06-20 02:49:18 +00:00
ipsec_osdep.h - introduce M_MOVE_PKTHDR and use it where appropriate. 2005-08-18 00:30:58 +00:00
ipsec_output.c
ipsec_var.h
key.c constify and unshadow. 2005-06-10 13:22:42 +00:00
key.h
key_debug.c Panic strings should not end with \n. 2005-05-08 18:44:39 +00:00
key_debug.h
key_var.h
keydb.h
keysock.c Panic strings should not end with \n. 2005-05-08 18:44:39 +00:00
keysock.h
xform.h constify and unshadow. 2005-06-10 13:22:42 +00:00
xform_ah.c
xform_esp.c - Discrepency between malloc / free types with init vector (see free 2005-05-27 22:30:03 +00:00
xform_ipcomp.c
xform_ipip.c Since we decided "const struct mbuf *" would not do the right thing (tm), 2005-06-06 06:06:50 +00:00
xform_tcp.c