NetBSD/sys/netiso
plunky 985d6fdf0b Do not use insque/remque from libkern; they are about to be removed.
As an interim measure while the netiso code is being converted to
use queue(3) macros, define and use our own private equivalent
functions iso_insque/iso_remque.
2007-11-09 21:00:05 +00:00
..
xebec
Makefile
README
argo_debug.h
clnl.h
clnp.h
clnp_debug.c
clnp_er.c
clnp_frag.c
clnp_input.c
clnp_options.c
clnp_output.c
clnp_raw.c
clnp_stat.h
clnp_subr.c
clnp_timer.c
cltp_usrreq.c
cltp_var.h
cons.h
cons_pcb.h
eonvar.h
esis.c Constify: LLADDR() -> CLLADDR(). 2007-08-29 22:53:35 +00:00
esis.h
files.netiso
idrp_usrreq.c
idrp_var.h
if_eon.c Do not use insque/remque from libkern; they are about to be removed. 2007-11-09 21:00:05 +00:00
iso.c Do not use insque/remque from libkern; they are about to be removed. 2007-11-09 21:00:05 +00:00
iso.h Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool 2007-08-30 02:17:34 +00:00
iso_chksum.c
iso_errno.h
iso_pcb.c Do not use insque/remque from libkern; they are about to be removed. 2007-11-09 21:00:05 +00:00
iso_pcb.h
iso_proto.c Use malloc(9) for sockaddrs instead of pool(9), and remove dom_sa_pool 2007-08-30 02:17:34 +00:00
iso_snpac.c We cannot sleep in a software interrupt, so do not sockaddr_dl_alloc(..., 2007-09-02 19:42:21 +00:00
iso_snpac.h
iso_var.h Do not use insque/remque from libkern; they are about to be removed. 2007-11-09 21:00:05 +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 Do not use insque/remque from libkern; they are about to be removed. 2007-11-09 21:00:05 +00:00
tp_ip.h
tp_iso.c
tp_meas.c
tp_meas.h
tp_output.c Do not use insque/remque from libkern; they are about to be removed. 2007-11-09 21:00:05 +00:00
tp_param.h
tp_pcb.c Do not use insque/remque from libkern; they are about to be removed. 2007-11-09 21:00:05 +00:00
tp_pcb.h
tp_seq.h
tp_stat.h
tp_states.h
tp_states.init
tp_subr.c
tp_subr2.c Do not use insque/remque from libkern; they are about to be removed. 2007-11-09 21:00:05 +00:00
tp_timer.c
tp_timer.h
tp_tpdu.h
tp_trace.c
tp_trace.h
tp_user.h
tp_usrreq.c Do not use insque/remque from libkern; they are about to be removed. 2007-11-09 21:00:05 +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