NetBSD/sys/netiso
ad f474dceb13 Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
..
xebec merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
Makefile
README
argo_debug.h
clnl.h
clnp.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_debug.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_er.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_frag.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_input.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_options.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_output.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_raw.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_stat.h
clnp_subr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
clnp_timer.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cltp_usrreq.c Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
cltp_var.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
cons.h
cons_pcb.h
eonvar.h
esis.c Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
esis.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
files.netiso merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
idrp_usrreq.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
idrp_var.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
if_cons.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
if_eon.c merge FreeBSD timecounters from branch simonb-timecounters 2006-06-07 22:33:33 +00:00
iso.c Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
iso.h #include <sys/protosw.h> for isosw[] extern. 2006-05-11 01:14:55 +00:00
iso_chksum.c Coverity CID 860: Prevent NULL deref. 2006-04-14 23:53:53 +00:00
iso_errno.h
iso_pcb.c Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
iso_pcb.h Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
iso_proto.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
iso_snpac.c Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
iso_snpac.h
iso_var.h merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp.trans merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_astring.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_clnp.h
tp_cons.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_driver.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_emit.c Coverity CID 1157: Move deref after check. 2006-04-15 00:03:56 +00:00
tp_events.h
tp_inet.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
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 Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
tp_param.h
tp_pcb.c Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
tp_pcb.h Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
tp_seq.h
tp_stat.h
tp_states.h
tp_states.init
tp_subr.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_subr2.c compile with no options INET 2005-12-28 09:18:46 +00:00
tp_timer.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_timer.h
tp_tpdu.h
tp_trace.c merge ktrace-lwp. 2005-12-11 12:16:03 +00:00
tp_trace.h
tp_user.h
tp_usrreq.c Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00
tp_var.h Use the LWP cached credentials where sane. 2006-07-23 22:06:03 +00:00

README

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