NetBSD/sys/netiso
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
..
xebec
argo_debug.h
clnl.h
clnp_debug.c
clnp_er.c
clnp_frag.c
clnp_input.c
clnp_options.c
clnp_output.c
clnp_raw.c
clnp_stat.h
clnp_subr.c
clnp_timer.c
clnp.h
cltp_usrreq.c
cltp_var.h
cons_pcb.h
cons.h
eonvar.h
esis.c integrate kauth. 2006-05-14 21:19:33 +00:00
esis.h
files.netiso
idrp_usrreq.c
idrp_var.h
if_cons.c
if_eon.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
iso_chksum.c
iso_errno.h
iso_pcb.c integrate kauth. 2006-05-14 21:19:33 +00:00
iso_pcb.h
iso_proto.c
iso_snpac.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
iso_snpac.h
iso_var.h
iso.c integrate kauth. 2006-05-14 21:19:33 +00:00
iso.h #include <sys/protosw.h> for isosw[] extern. 2006-05-11 01:14:55 +00:00
Makefile
README
tp_astring.c
tp_clnp.h
tp_cons.c
tp_driver.c
tp_emit.c Coverity CID 1157: Move deref after check. 2006-04-15 00:03:56 +00:00
tp_events.h
tp_inet.c
tp_input.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tp_ip.h
tp_iso.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tp_meas.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tp_meas.h
tp_output.c integrate kauth. 2006-05-14 21:19:33 +00:00
tp_param.h
tp_pcb.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tp_pcb.h
tp_seq.h
tp_stat.h
tp_states.h
tp_states.init
tp_subr2.c
tp_subr.c
tp_timer.c
tp_timer.h
tp_tpdu.h
tp_trace.c
tp_trace.h
tp_user.h
tp_usrreq.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
tp_var.h
tp.trans

In case you were wondering why this code is still present:

The ISO (or OSI) stack is still in use by many router vendors (e.g., using
IS-IS the OSI equivalent of OSPF, to carry IP routes).

Chris.
chopps@NetBSD.org