NetBSD/sys/netiso
ad d7f6ec471c Don't lock the socket to set/clear FNONBLOCK. Just set it atomically. 2008-02-06 21:57:53 +00:00
..
xebec
Makefile
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 Use IFADDR_FOREACH(). 2007-12-04 10:31:14 +00:00
clnp_options.c
clnp_output.c Use rtcache_validate() instead of rtcache_getrt(). 2008-01-14 04:17:35 +00:00
clnp_raw.c
clnp_stat.h
clnp_subr.c Use rtcache_validate() instead of rtcache_getrt(). 2008-01-14 04:17:35 +00:00
clnp_timer.c
cltp_usrreq.c
cltp_var.h
cons.h
cons_pcb.h
eonvar.h
esis.c Use IFADDR_FOREACH(). 2007-12-04 10:31:14 +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
idrp_var.h
if_eon.c Use rtcache_validate() instead of rtcache_getrt(). 2008-01-14 04:17:35 +00:00
iso.c Use ifa_insert(), ifa_remove(). 2007-12-06 00:28:36 +00:00
iso.h
iso_chksum.c
iso_errno.h
iso_pcb.c Use rtcache_validate() instead of rtcache_getrt(). 2008-01-14 04:17:35 +00:00
iso_pcb.h
iso_proto.c Use struct initializers. No functional change. 2007-12-07 18:49:35 +00:00
iso_snpac.c
iso_snpac.h
iso_var.h Extract common code, creating a subroutine if_purgeaddrs(ifp, 2007-12-05 23:47:17 +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 Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00
tp_input.c
tp_ip.h
tp_iso.c Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00
tp_meas.c
tp_meas.h
tp_output.c
tp_param.h
tp_pcb.c
tp_pcb.h Poison struct route->ro_rt uses in the kernel by changing the name 2007-12-20 19:53:29 +00:00
tp_seq.h
tp_stat.h
tp_states.h
tp_states.init
tp_subr.c
tp_subr2.c Use rtcache_validate() instead of rtcache_getrt(). 2008-01-14 04:17:35 +00:00
tp_timer.c
tp_timer.h
tp_tpdu.h
tp_trace.c
tp_trace.h
tp_user.h
tp_usrreq.c Don't lock the socket to set/clear FNONBLOCK. Just set it atomically. 2008-02-06 21:57:53 +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