NetBSD/sys/netiso
cegger dcf705893e use M_ZERO on malloc() and remove subsequent bzero(). 2008-12-19 18:49:37 +00:00
..
xebec
Makefile
README
argo_debug.h
clnl.h
clnp.h
clnp_debug.c
clnp_er.c
clnp_frag.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
clnp_input.c
clnp_options.c
clnp_output.c
clnp_raw.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
clnp_stat.h
clnp_subr.c
clnp_timer.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
cltp_usrreq.c
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 kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
esis.h
files.netiso
idrp_usrreq.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
idrp_var.h
if_eon.c *** Summary *** 2008-11-07 00:20:01 +00:00
iso.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
iso.h
iso_chksum.c
iso_errno.h
iso_pcb.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +00:00
iso_pcb.h
iso_proto.c
iso_snpac.c *** Summary *** 2008-11-07 00:20:01 +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
tp_emit.c
tp_events.h
tp_inet.c
tp_input.c
tp_ip.h
tp_iso.c
tp_meas.c
tp_meas.h
tp_output.c
tp_param.h
tp_pcb.c kill MALLOC and FREE macros. 2008-12-17 20:51:31 +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
tp_timer.c
tp_timer.h
tp_tpdu.h
tp_trace.c
tp_trace.h
tp_user.h
tp_usrreq.c sockopt_setmbuf() may fail, so handle the possiblity 2008-10-22 18:17:46 +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