NetBSD/sys/netiso
fvdl 00abb49877 if 0 out some redundant asserts. 2003-04-17 12:52:21 +00:00
..
xebec Comment out token after #endif. 2002-05-16 19:30:41 +00:00
Makefile Remove KDIR=, since SYS_INCLUDE=symlinks and KDIR are not supported any more. 2002-11-26 23:30:07 +00:00
README
argo_debug.h Eliminate commons. 2002-05-12 21:30:35 +00:00
clnl.h
clnp.h
clnp_debug.c
clnp_er.c
clnp_frag.c
clnp_input.c Eliminate commons. 2002-05-12 21:30:35 +00:00
clnp_options.c Presence looks better with a 'c' instead of an 's'. 2001-11-21 19:01:31 +00:00
clnp_output.c
clnp_raw.c deobfuscify PRU_CONNECT a bit - split isop_sfaddr and rcb_faddr pointer 2003-02-08 11:11:11 +00:00
clnp_stat.h Eliminate commons. 2002-05-12 21:30:35 +00:00
clnp_subr.c
clnp_timer.c
cltp_usrreq.c Eliminate commons. 2002-05-12 21:30:35 +00:00
cltp_var.h Eliminate commons. 2002-05-12 21:30:35 +00:00
cons.h
cons_pcb.h
eonvar.h
esis.c Eliminate commons. 2002-05-12 21:30:35 +00:00
esis.h Eliminate commons. 2002-05-12 21:30:35 +00:00
files.netiso Move netiso config defns to netiso/files.netiso. 2002-10-10 22:56:03 +00:00
idrp_usrreq.c
idrp_var.h
if_cons.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
if_eon.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
iso.c
iso.h
iso_chksum.c Use PAGE_SIZE rather than NBPG. 2003-04-01 01:43:29 +00:00
iso_errno.h
iso_pcb.c Eliminate commons. 2002-05-12 21:30:35 +00:00
iso_pcb.h
iso_proto.c
iso_snpac.c Eliminate commons. 2002-05-12 21:30:35 +00:00
iso_snpac.h
iso_var.h Eliminate commons. 2002-05-12 21:30:35 +00:00
tp.trans
tp_astring.c
tp_clnp.h Eliminate commons. 2002-05-12 21:30:35 +00:00
tp_cons.c
tp_driver.c
tp_emit.c if 0 out some redundant asserts. 2003-04-17 12:52:21 +00:00
tp_events.h
tp_inet.c avoid swapping endian of ip_len and ip_off on mbuf, to meet with M_LEADINGSPACE 2002-08-14 00:23:27 +00:00
tp_input.c
tp_ip.h Eliminate commons. 2002-05-12 21:30:35 +00:00
tp_iso.c
tp_meas.c
tp_meas.h
tp_output.c Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +00:00
tp_param.h
tp_pcb.c Eliminate commons. 2002-05-12 21:30:35 +00:00
tp_pcb.h New callout implementation. This is based on callwheel implementation 2003-02-04 01:21:03 +00:00
tp_seq.h
tp_stat.h Eliminate commons. 2002-05-12 21:30:35 +00:00
tp_states.h
tp_states.init
tp_subr.c Delete unused variable (result of callout changes). kern/20194. 2003-02-04 07:19:56 +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 Add MBUFTRACE kernel option. 2003-02-26 06:31:08 +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