aboutsummaryrefslogtreecommitdiff
path: root/sys/net/iso88025.h
diff options
context:
space:
mode:
authorJulian Elischer <julian@FreeBSD.org>1999-03-10 10:11:43 +0000
committerJulian Elischer <julian@FreeBSD.org>1999-03-10 10:11:43 +0000
commitfda82fc2b9bc477624e28193c49783cd2dfdbc8e (patch)
tree5354f61d754531c18fb053c4969009141f7fa3f2 /sys/net/iso88025.h
parent0a91231d3be7476eeff8710033ad63436e928ba3 (diff)
downloadsrc-fda82fc2b9bc477624e28193c49783cd2dfdbc8e.tar.gz
src-fda82fc2b9bc477624e28193c49783cd2dfdbc8e.zip
Submitted by: Larry Lile
Move the Olicom token ring driver to the officially sanctionned location of /sys/contrib. Also fix some brokenness in the generic token ring support. Be warned that if_dl.h has been changed and SOME programs might like recompilation.
Notes
Notes: svn path=/head/; revision=44627
Diffstat (limited to 'sys/net/iso88025.h')
-rw-r--r--sys/net/iso88025.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/net/iso88025.h b/sys/net/iso88025.h
index ba08c332293b..70ecdc0c016f 100644
--- a/sys/net/iso88025.h
+++ b/sys/net/iso88025.h
@@ -84,6 +84,13 @@ struct iso88025_header {
u_short rseg[RIF_LEN]; /* routing registers */
};
+struct iso88025_sockaddr_data {
+ u_char ether_dhost[ISO88025_ADDR_LEN];
+ u_char ether_shost[ISO88025_ADDR_LEN];
+ u_char ac;
+ u_char fc;
+};
+
/*
* Structure of a 48-bit iso 802.5 address.
* ( We could also add the 16 bit addresses as a union)