NetBSD/sys/netiso
keihan b8702f530b netbsd.org -> NetBSD.org
This was the last commit of this kind to src/sys, which is now totally
"NetBSD.org clean".  Thanks for the patiance, and sorry for all the commits.
2003-12-04 13:57:30 +00:00
..
xebec
Makefile
README netbsd.org -> NetBSD.org 2003-12-04 13:57:30 +00:00
argo_debug.h
clnl.h
clnp.h
clnp_debug.c
clnp_er.c
clnp_frag.c
clnp_input.c Process has only one c. From miod@openbsd. 2003-09-26 22:23:58 +00:00
clnp_options.c
clnp_output.c
clnp_raw.c
clnp_stat.h
clnp_subr.c
clnp_timer.c
cltp_usrreq.c Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSD 2003-09-30 00:01:18 +00:00
cltp_var.h
cons.h
cons_pcb.h
eonvar.h
esis.c
esis.h
files.netiso
idrp_usrreq.c
idrp_var.h
if_cons.c
if_eon.c Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSD 2003-09-30 00:01:18 +00:00
iso.c
iso.h
iso_chksum.c
iso_errno.h
iso_pcb.c Remove some assigned-to but otherwise unused variables. 2003-10-30 01:43:08 +00:00
iso_pcb.h
iso_proto.c
iso_snpac.c Remove some assigned-to but otherwise unused variables. 2003-10-30 01:43:08 +00:00
iso_snpac.h
iso_var.h
tp.trans remove weird #define MNULL/PCBNULL (NULL should do it just fine) 2003-08-11 15:17:29 +00:00
tp_astring.c
tp_clnp.h
tp_cons.c
tp_driver.c adjust for SA_SIGINFO changes 2003-09-06 23:56:27 +00:00
tp_emit.c remove weird #define MNULL/PCBNULL (NULL should do it just fine) 2003-08-11 15:17:29 +00:00
tp_events.h
tp_inet.c change the additional arg to be passed to ip{,6}_output to struct socket *. 2003-08-22 21:53:01 +00:00
tp_input.c remove weird #define MNULL/PCBNULL (NULL should do it just fine) 2003-08-11 15:17:29 +00:00
tp_ip.h
tp_iso.c Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSD 2003-09-30 00:01:18 +00:00
tp_meas.c
tp_meas.h
tp_output.c remove weird #define MNULL/PCBNULL (NULL should do it just fine) 2003-08-11 15:17:29 +00:00
tp_param.h remove weird #define MNULL/PCBNULL (NULL should do it just fine) 2003-08-11 15:17:29 +00:00
tp_pcb.c
tp_pcb.h
tp_seq.h
tp_stat.h
tp_states.h
tp_states.init
tp_subr.c remove weird #define MNULL/PCBNULL (NULL should do it just fine) 2003-08-11 15:17:29 +00:00
tp_subr2.c remove weird #define MNULL/PCBNULL (NULL should do it just fine) 2003-08-11 15:17:29 +00:00
tp_timer.c
tp_timer.h
tp_tpdu.h
tp_trace.c
tp_trace.h
tp_user.h
tp_usrreq.c remove weird #define MNULL/PCBNULL (NULL should do it just fine) 2003-08-11 15:17:29 +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