NetBSD/sys/netiso
dyoung d7cef2ab29 s/0/NULL/ in pointer comparisons. 2008-05-22 00:58:29 +00:00
..
xebec
Makefile Remove remaining TPCONS code. 2008-04-23 09:57:59 +00:00
README
argo_debug.h
clnl.h
clnp.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
clnp_debug.c
clnp_er.c Use rtcache_validate() instead of rtcache_getrt(). 2008-01-14 04:17:35 +00:00
clnp_frag.c
clnp_input.c
clnp_options.c
clnp_output.c Use rtcache_validate() instead of rtcache_getrt(). 2008-01-14 04:17:35 +00:00
clnp_raw.c Set in a lock on new sockets. I don't know how this was missed before. 2008-04-28 13:24:38 +00:00
clnp_stat.h
clnp_subr.c Use rtcache_validate() instead of rtcache_getrt(). 2008-01-14 04:17:35 +00:00
clnp_timer.c protocol "drain" functions can be called in interrupt context, so 2008-05-21 17:08:07 +00:00
cltp_usrreq.c Set in a lock on new sockets. I don't know how this was missed before. 2008-04-28 13:24:38 +00:00
cltp_var.h
cons.h
eonvar.h
esis.c Use memcpy, memcmp, and memset instead of Bcopy, Bcmp, and Bzero, 2008-05-11 20:20:27 +00:00
esis.h Convert many of the uses of __attribute__ to equivalent 2007-12-25 18:33:32 +00:00
files.netiso
idrp_usrreq.c Set in a lock on new sockets. I don't know how this was missed before. 2008-04-28 13:24:38 +00:00
idrp_var.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
if_eon.c Cosmetic: s/0/NULL/ 2008-05-15 02:07:57 +00:00
iso.c Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +00:00
iso.h
iso_chksum.c
iso_errno.h
iso_pcb.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
iso_pcb.h
iso_proto.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
iso_snpac.c s/0/NULL/ in pointer comparisons. 2008-05-22 00:58:29 +00:00
iso_snpac.h
iso_var.h
tp.trans
tp_astring.c
tp_clnp.h
tp_cons.c Remove remaining TPCONS code. 2008-04-23 09:57:59 +00:00
tp_driver.c
tp_emit.c Remove remaining TPCONS code. 2008-04-23 09:57:59 +00:00
tp_events.h
tp_inet.c
tp_input.c Remove remaining TPCONS code. 2008-04-23 09:57:59 +00:00
tp_ip.h
tp_iso.c
tp_meas.c
tp_meas.h
tp_output.c
tp_param.h
tp_pcb.c Remove remaining TPCONS code. 2008-04-23 09:57:59 +00:00
tp_pcb.h
tp_seq.h
tp_stat.h
tp_states.h
tp_states.init
tp_subr.c
tp_subr2.c Remove remaining TPCONS code. 2008-04-23 09:57:59 +00:00
tp_timer.c Merge the socket locking patch: 2008-04-24 11:38:36 +00:00
tp_timer.h
tp_tpdu.h
tp_trace.c
tp_trace.h
tp_user.h
tp_usrreq.c Set in a lock on new sockets. I don't know how this was missed before. 2008-04-28 13:24:38 +00:00
tp_var.h Remove clause 3 and 4 from TNF licenses 2008-04-28 20:22:51 +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