From 6eb9a9adf91724bc8f8bb0516ce6bc9f52b58d95 Mon Sep 17 00:00:00 2001 From: julian Date: Wed, 10 Mar 1999 10:11:43 +0000 Subject: 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. --- sys/net/iso88025.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'sys/net/iso88025.h') 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) -- cgit v1.1