NetBSD/sys/netipsec
kardel de4337ab21 merge FreeBSD timecounters from branch simonb-timecounters
- struct timeval time is gone
  time.tv_sec -> time_second
- struct timeval mono_time is gone
  mono_time.tv_sec -> time_uptime
- access to time via
	{get,}{micro,nano,bin}time()
	get* versions are fast but less precise
- support NTP nanokernel implementation (NTP API 4)
- further reading:
  Timecounter Paper: http://phk.freebsd.dk/pubs/timecounter.pdf
  NTP Nanokernel: http://www.eecis.udel.edu/~mills/ntp/html/kern.html
2006-06-07 22:33:33 +00:00
..
Makefile merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ah.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
ah_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
esp.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
esp_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
files.netipsec merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ipcomp.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
ipcomp_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
ipip_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
ipsec.c Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
ipsec.h Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
ipsec6.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
ipsec_input.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ipsec_mbuf.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ipsec_netbsd.c integrate kauth. 2006-05-14 21:19:33 +00:00
ipsec_osdep.h merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
ipsec_output.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ipsec_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
key.c Remove leading __ from __(const|inline|signed|volatile) -- it is obsolete. 2005-12-24 20:45:08 +00:00
key.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
key_debug.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
key_debug.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
key_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
keydb.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
keysock.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
keysock.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
xform.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:44:08 +00:00
xform_ah.c Add two new sysctls protected under IPSEC_DEBUG: 2006-04-11 20:21:28 +00:00
xform_esp.c The esp_input_cb function used m_copyback, which fails if the mbuf is 2006-04-28 22:39:02 +00:00
xform_ipcomp.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
xform_ipip.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
xform_tcp.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00