NetBSD/sys/netiso
is 04d8fd7e2c Keep pkthdr when prepending new mbuf in front of a given chain.
This keeps us from panic()ing in the interface output routine.
2003-05-25 08:47:54 +00:00
..
xebec
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
clnl.h
clnp.h
clnp_debug.c
clnp_er.c Keep pkthdr when prepending new mbuf in front of a given chain. 2003-05-25 08:47:54 +00:00
clnp_frag.c
clnp_input.c
clnp_options.c
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
clnp_subr.c
clnp_timer.c
cltp_usrreq.c
cltp_var.h
cons.h
cons_pcb.h
eonvar.h
esis.c
esis.h
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
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
iso_pcb.h
iso_proto.c
iso_snpac.c
iso_snpac.h
iso_var.h
tp.trans
tp_astring.c
tp_clnp.h
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
tp_input.c
tp_ip.h
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
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
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