NetBSD/sys/netiso
tsutsui d779b85d3e Remove extra whitespace added by a stupid tool.
XXX: more in src/sys/arch
2009-04-18 14:58:02 +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 bcopy -> memcpy 2009-03-18 17:06:41 +00:00
clnp_debug.c Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
clnp_er.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
clnp_frag.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
clnp_input.c Ansify function definitions w/o arguments. Generated with sed. 2009-03-18 10:22:21 +00:00
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 kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
clnp_stat.h
clnp_subr.c bzero -> memset 2009-03-18 16:00:08 +00:00
clnp_timer.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
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 Constify the rt_addrinfo argument to the ifa_rtrequest member 2008-10-24 17:07:33 +00:00
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 *** Summary *** 2008-11-07 00:20:01 +00:00
iso.c Remove extra whitespace added by a stupid tool. 2009-04-18 14:58:02 +00:00
iso.h bcmp -> memcmp 2009-03-18 15:14:29 +00:00
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 Remove three more trivial KAUTH_GENERIC_ISSUSER uses: 2009-04-16 21:37:17 +00:00
iso_snpac.h
iso_var.h Constify the rt_addrinfo argument to the ifa_rtrequest member 2008-10-24 17:07:33 +00:00
tp.trans
tp_astring.c
tp_clnp.h
tp_cons.c
tp_driver.c ANSIfy another 1261 function definitions. 2009-03-14 21:04:01 +00:00
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 bzero -> memset 2009-03-18 16:00:08 +00:00
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 bcopy -> memcpy 2009-03-18 17:06:41 +00:00
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 use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
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 Correct a couple of bcopy() -> memcpy() conversions which did not 2009-03-18 22:08:57 +00:00
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