NetBSD/sys/netiso
christos d276a994d2 - sprinkle const
- remove unnecessary casts
- change some b*() to mem*()
2005-05-29 21:27:45 +00:00
..
xebec No 0x in front of %p... 2005-05-22 15:54:45 +00:00
Makefile
README
argo_debug.h - sprinkle const 2005-05-29 21:27:45 +00:00
clnl.h
clnp.h - sprinkle const 2005-05-29 21:27:45 +00:00
clnp_debug.c - sprinkle const 2005-05-29 21:27:45 +00:00
clnp_er.c nuke trailing whitespace 2005-02-26 22:31:44 +00:00
clnp_frag.c
clnp_input.c
clnp_options.c
clnp_output.c
clnp_raw.c
clnp_stat.h
clnp_subr.c - sprinkle const 2005-05-29 21:27:45 +00:00
clnp_timer.c
cltp_usrreq.c
cltp_var.h
cons.h
cons_pcb.h
eonvar.h
esis.c - sprinkle const 2005-05-29 21:27:45 +00:00
esis.h - sprinkle const 2005-05-29 21:27:45 +00:00
files.netiso
idrp_usrreq.c
idrp_var.h
if_cons.c
if_eon.c
iso.c
iso.h
iso_chksum.c nuke trailing whitespace 2005-02-26 22:31:44 +00:00
iso_errno.h
iso_pcb.c
iso_pcb.h
iso_proto.c
iso_snpac.c - sprinkle const 2005-05-29 21:27:45 +00:00
iso_snpac.h
iso_var.h
tp.trans nuke trailing whitespace 2005-02-26 22:31:44 +00:00
tp_astring.c
tp_clnp.h
tp_cons.c nuke trailing whitespace 2005-02-26 22:31:44 +00:00
tp_driver.c
tp_emit.c nuke trailing whitespace 2005-02-26 22:31:44 +00:00
tp_events.h
tp_inet.c nuke trailing whitespace 2005-02-26 22:31:44 +00:00
tp_input.c - sprinkle const 2005-05-29 21:27:45 +00:00
tp_ip.h
tp_iso.c nuke trailing whitespace 2005-02-26 22:31:44 +00:00
tp_meas.c
tp_meas.h
tp_output.c
tp_param.h White space nit- don't put a space before/after increment/decrement 2005-02-11 06:21:21 +00:00
tp_pcb.c
tp_pcb.h nuke trailing whitespace 2005-02-26 22:31:44 +00:00
tp_seq.h
tp_stat.h
tp_states.h
tp_states.init
tp_subr.c
tp_subr2.c - sprinkle const 2005-05-29 21:27:45 +00:00
tp_timer.c Avoid use of freed memory. Reported by Ted Unangst on tech-kern. 2005-02-24 08:29:23 +00:00
tp_timer.h
tp_tpdu.h nuke trailing whitespace 2005-02-26 22:31:44 +00:00
tp_trace.c
tp_trace.h
tp_user.h
tp_usrreq.c - sprinkle const 2005-05-29 21:27:45 +00:00
tp_var.h - sprinkle const 2005-05-29 21:27:45 +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