summaryrefslogtreecommitdiffstats
path: root/sys/net/iso88025.h
diff options
context:
space:
mode:
authorjulian <julian@FreeBSD.org>1999-03-10 10:11:43 +0000
committerjulian <julian@FreeBSD.org>1999-03-10 10:11:43 +0000
commit6eb9a9adf91724bc8f8bb0516ce6bc9f52b58d95 (patch)
tree48c43f547b4c8f1730068ca134d2818794a2739c /sys/net/iso88025.h
parent2ccd8bee025601450845f03de07e4614bb9468ea (diff)
downloadFreeBSD-src-6eb9a9adf91724bc8f8bb0516ce6bc9f52b58d95.zip
FreeBSD-src-6eb9a9adf91724bc8f8bb0516ce6bc9f52b58d95.tar.gz
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.
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 ba08c33..70ecdc0 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)
OpenPOWER on IntegriCloud