diff options
author | julian <julian@FreeBSD.org> | 1996-05-24 01:35:45 +0000 |
---|---|---|
committer | julian <julian@FreeBSD.org> | 1996-05-24 01:35:45 +0000 |
commit | ab2eb71c6f0d52b75d38708dd906c6461ab8cd04 (patch) | |
tree | ec6b23430d90949e7d850ac2f7bf6a9abf504900 /sys/net/netisr.h | |
parent | f54ae37a95112e2bfe75acccd5720f7292ea0abc (diff) | |
download | FreeBSD-src-ab2eb71c6f0d52b75d38708dd906c6461ab8cd04.zip FreeBSD-src-ab2eb71c6f0d52b75d38708dd906c6461ab8cd04.tar.gz |
Obtained from: netatalk distribution netatalk@itd.umich.edu
Kernel Appletalk protocol support
both CAP and netatalk can make use of this..
still needs some owrk but it seemd the right tiime to commit it
so other can experiment.
Diffstat (limited to 'sys/net/netisr.h')
-rw-r--r-- | sys/net/netisr.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/net/netisr.h b/sys/net/netisr.h index a326493..5c9bd29 100644 --- a/sys/net/netisr.h +++ b/sys/net/netisr.h @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)netisr.h 8.1 (Berkeley) 6/10/93 - * $Id: netisr.h,v 1.7 1995/10/26 20:30:22 julian Exp $ + * $Id: netisr.h,v 1.8 1995/10/31 19:07:49 peter Exp $ */ #ifndef _NET_NETISR_H_ @@ -61,6 +61,7 @@ #define NETISR_NS 6 /* same as AF_NS */ #define NETISR_ISO 7 /* same as AF_ISO */ #define NETISR_CCITT 10 /* same as AF_CCITT */ +#define NETISR_ATALK 16 /* same as AF_APPLETALK */ #define NETISR_ARP 18 /* same as AF_LINK */ #define NETISR_IPX 23 /* same as AF_IPX */ #define NETISR_ISDN 26 /* same as AF_E164 */ |