NetBSD/sys/netiso
2003-09-30 00:01:18 +00:00
..
xebec
argo_debug.h
clnl.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
clnp.h
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_pcb.h
cons.h
eonvar.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
esis.c
esis.h
files.netiso
idrp_usrreq.c
idrp_var.h
if_cons.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
if_eon.c Fix off-by-one in PRC_NCMDS check. From FreeBSD via OpenBSD 2003-09-30 00:01:18 +00:00
iso_chksum.c
iso_errno.h
iso_pcb.c
iso_pcb.h
iso_proto.c
iso_snpac.c
iso_snpac.h
iso_var.h
iso.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
iso.h
Makefile
README
tp_astring.c
tp_clnp.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
tp_cons.c
tp_driver.c
tp_emit.c
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
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 Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
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
tp_pcb.c
tp_pcb.h
tp_seq.h
tp_stat.h
tp_states.h
tp_states.init
tp_subr2.c remove weird #define MNULL/PCBNULL (NULL should do it just fine) 2003-08-11 15:17:29 +00:00
tp_subr.c
tp_timer.c Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
tp_timer.h
tp_tpdu.h Move UCB-licensed code from 4-clause to 3-clause licence. 2003-08-07 16:26:28 +00:00
tp_trace.c
tp_trace.h
tp_user.h
tp_usrreq.c
tp_var.h Back out the lwp/ktrace changes. They contained a lot of colateral damage, 2003-06-29 22:28:00 +00:00
tp.trans remove weird #define MNULL/PCBNULL (NULL should do it just fine) 2003-08-11 15:17:29 +00:00

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