NetBSD/sys/netinet6
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 Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
ah.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
ah_aesxcbcmac.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ah_aesxcbcmac.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
ah_core.c Better support of IPv6 scoped addresses. 2006-01-21 00:15:35 +00:00
ah_input.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ah_output.c XXX: GCC uninitialized. 2006-05-14 05:30:31 +00:00
dest6.c <netinet6/in6_pcb.h> is not needed. 2006-01-26 20:29:33 +00:00
esp.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
esp_aesctr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
esp_aesctr.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
esp_core.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
esp_input.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
esp_output.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
esp_rijndael.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
esp_rijndael.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
files.ipsec merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
files.netinet6 Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292). 2006-05-05 00:03:21 +00:00
frag6.c <netinet6/in6_pcb.h> is not needed. 2006-01-26 20:29:33 +00:00
icmp6.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
in6.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
in6.h merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
in6_cksum.c PR 32653: mrt@notwork.org: remove 'sum += w[0]' left in previous revision. 2006-01-27 20:08:11 +00:00
in6_gif.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
in6_gif.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
in6_ifattach.c Integrate Common Address Redundancy Procotol (CARP) from OpenBSD 2006-05-18 09:05:49 +00:00
in6_ifattach.h NDP-related improvements: 2006-03-05 23:47:08 +00:00
in6_pcb.c integrate kauth. 2006-05-14 21:19:33 +00:00
in6_pcb.h Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292). 2006-05-05 00:03:21 +00:00
in6_proto.c Integrate Common Address Redundancy Procotol (CARP) from OpenBSD 2006-05-18 09:05:49 +00:00
in6_src.c integrate kauth. 2006-05-14 21:19:33 +00:00
in6_var.h Integrate Common Address Redundancy Procotol (CARP) from OpenBSD 2006-05-18 09:05:49 +00:00
ip6_forward.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
ip6_id.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
ip6_input.c Make the mbuf writable before calling in6_clearscope(). Based on patch sent 2006-05-25 21:32:47 +00:00
ip6_mroute.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
ip6_mroute.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ip6_output.c integrate kauth. 2006-05-14 21:19:33 +00:00
ip6_var.h Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292). 2006-05-05 00:03:21 +00:00
ip6protosw.h 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:31:41 +00:00
ipcomp_core.c /*CONTCOND*/ while (0)'ed macros 2002-11-02 07:30:55 +00:00
ipcomp_input.c From FreeBSD: 2006-02-14 21:43:02 +00:00
ipcomp_output.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
ipsec.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
ipsec.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
mld6.c Rename local variables called delay that shadow the delay() decl. 2006-03-06 20:33:52 +00:00
mld6_var.h NDP-related improvements: 2006-03-05 23:47:08 +00:00
nd6.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
nd6.h NDP-related improvements: 2006-03-05 23:47:08 +00:00
nd6_nbr.c Integrate Common Address Redundancy Procotol (CARP) from OpenBSD 2006-05-18 09:05:49 +00:00
nd6_rtr.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
pim6.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
pim6_var.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
raw_ip6.c integrate kauth. 2006-05-14 21:19:33 +00:00
raw_ip6.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
route6.c Better support of IPv6 scoped addresses. 2006-01-21 00:15:35 +00:00
scope6.c bzero -> memset 2006-03-05 01:28:51 +00:00
scope6_var.h Better support of IPv6 scoped addresses. 2006-01-21 00:15:35 +00:00
udp6.h Multiple inclusion protection, as suggested by christos@ on tech-kern@ 2005-12-10 23:31:41 +00:00
udp6_output.c integrate kauth. 2006-05-14 21:19:33 +00:00
udp6_usrreq.c Add support for RFC 3542 Adv. Socket API for IPv6 (which obsoletes 2292). 2006-05-05 00:03:21 +00:00
udp6_var.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00