NetBSD/sys/netiso
wiz 8e6dfdad0c Remove superfluous parenthesis in #ifdef ARGO_DEBUG.
From Henning Petersen in PR 41843.
2009-08-07 14:04:34 +00:00
..
xebec Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
Makefile
README
argo_debug.h
clnl.h
clnp.h
clnp_debug.c
clnp_er.c
clnp_frag.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
clnp_input.c
clnp_options.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
clnp_output.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
clnp_raw.c
clnp_stat.h
clnp_subr.c
clnp_timer.c
cltp_usrreq.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
cltp_var.h
cons.h
eonvar.h
esis.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
esis.h
files.netiso
idrp_usrreq.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
idrp_var.h
if_eon.c
iso.c Remove superfluous parenthesis in #ifdef ARGO_DEBUG. 2009-08-07 14:04:34 +00:00
iso.h
iso_chksum.c
iso_errno.h
iso_pcb.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
iso_pcb.h
iso_proto.c
iso_snpac.c
iso_snpac.h
iso_var.h
tp.trans
tp_astring.c
tp_clnp.h
tp_cons.c
tp_driver.c
tp_emit.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
tp_events.h
tp_inet.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
tp_input.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
tp_ip.h
tp_iso.c
tp_meas.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
tp_meas.h
tp_output.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
tp_param.h
tp_pcb.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
tp_pcb.h
tp_seq.h
tp_stat.h
tp_states.h
tp_states.init
tp_subr.c
tp_subr2.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
tp_timer.c
tp_timer.h
tp_tpdu.h
tp_trace.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
tp_trace.h
tp_user.h
tp_usrreq.c
tp_var.h

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