NetBSD/sys/netccitt
thorpej d844a3ac41 First-draft if_detach() implementation, originally from Bill Studnemund,
although this version has been changed somewhat:
- reference counting on ifaddrs isn't as complete as Bill's original
  work was.  This is hard to get right, and we should attack one
  protocol at a time.
- This doesn't do reference counting or dynamic allocation of ifnets yet.
- This version introduces a new PRU -- PRU_PURGEADDR, which is used to
  purge an ifaddr from a protocol.  The old method Bill used didn't work
  on all protocols, and it only worked on some because it was Very Lucky.

This mostly works ... i.e. works for my USB Ethernet, except for a dangling
ifaddr reference left by the IPv6 code; have not yet tracked this down.
2000-02-01 22:52:04 +00:00
..
Makefile
README.hdlc
README.packet
ccitt_proto.c
dll.h
hd_debug.c
hd_input.c
hd_output.c
hd_subr.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
hd_timer.c
hd_var.h
hdlc.h
if_x25subr.c
llc_input.c Un-obfuscate a small bit of code. 2000-02-01 00:00:22 +00:00
llc_output.c
llc_subr.c s/acknowledgment/acknowledgement/ 1999-09-10 03:24:14 +00:00
llc_timer.c
llc_var.h
pk.h
pk_acct.c
pk_debug.c
pk_extern.h
pk_input.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
pk_llcsubr.c Small cleanup. 2000-02-01 00:02:01 +00:00
pk_output.c
pk_subr.c
pk_timer.c
pk_usrreq.c First-draft if_detach() implementation, originally from Bill Studnemund, 2000-02-01 22:52:04 +00:00
pk_var.h
x25.h
x25acct.h
x25err.h

README.packet

/*	$NetBSD: README.packet,v 1.4 1994/06/29 06:36:59 cgd Exp $	*/

/*
 * @(#)README.packet	8.1 (Berkeley) 6/10/93
 *
 *   X.25 NETWORK PACKET LEVEL:
 *
 *   This implementation is based on Recommentation X.25 as agreed at the 
 *   March 1976 and the February 1980  meetings of CCITT Study Group VII. 
 *   However, not all aspects are implemented. The following is a list of 
 *   features which are not yet or may never be implemented:
 *  
 *   1. D bit
 *   2. PVC
 *   3. fast select
 *  
 *
 *   Note: This implementation is for DTEs only.
 *
 *         Currently, only the 1976 verison is implemented.
 *
 *
 *   Date:          February, 1984
 *
 *   Author:        Gerald W. Neufeld
 *
 *   Installation:  Department of Computer Science
 *                  University of British Columbia
 *                  Vancouver, BC, CANADA
 *
 *   To Do:   	    Find some reasonable heuristic for piggybacking packet
 *		    level acks.
 *
 *   Bugs:	    Clear might be sent before data is all out.
 * 
 *   History:
 *
 */