summaryrefslogtreecommitdiffstats
path: root/libexec/rbootd/rmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rbootd/rmp.h')
-rw-r--r--libexec/rbootd/rmp.h26
1 files changed, 12 insertions, 14 deletions
diff --git a/libexec/rbootd/rmp.h b/libexec/rbootd/rmp.h
index 4a686ef..d3b0167 100644
--- a/libexec/rbootd/rmp.h
+++ b/libexec/rbootd/rmp.h
@@ -1,5 +1,3 @@
-/* $NetBSD: rmp.h,v 1.4 1995/10/06 05:12:18 thorpej Exp $ */
-
/*
* Copyright (c) 1988, 1992 The University of Utah and the Center
* for Software Science (CSS).
@@ -40,9 +38,9 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * from: @(#)rmp.h 8.1 (Berkeley) 6/4/93
+ * @(#)rmp.h 8.1 (Berkeley) 6/4/93
*
- * From: Utah Hdr: rmp.h 3.1 92/07/06
+ * Utah $Hdr: rmp.h 3.1 92/07/06$
* Author: Jeff Forys, University of Utah CSS
*/
@@ -77,21 +75,21 @@
*/
struct hp_hdr {
- u_int8_t daddr[RMP_ADDRLEN];
- u_int8_t saddr[RMP_ADDRLEN];
- u_int16_t len;
+ u_char daddr[RMP_ADDRLEN];
+ u_char saddr[RMP_ADDRLEN];
+ u_short len;
};
/*
* HP uses 802.2 LLC with their own local extensions. This struct makes
- * sense out of this data (encapsulated in the above 802.3 packet).
+ * sence out of this data (encapsulated in the above 802.3 packet).
*/
struct hp_llc {
- u_int8_t dsap; /* 802.2 DSAP */
- u_int8_t ssap; /* 802.2 SSAP */
- u_int16_t cntrl; /* 802.2 control field */
- u_int16_t filler; /* HP filler (must be zero) */
- u_int16_t dxsap; /* HP extended DSAP */
- u_int16_t sxsap; /* HP extended SSAP */
+ u_char dsap; /* 802.2 DSAP */
+ u_char ssap; /* 802.2 SSAP */
+ u_short cntrl; /* 802.2 control field */
+ u_short filler; /* HP filler (must be zero) */
+ u_short dxsap; /* HP extended DSAP */
+ u_short sxsap; /* HP extended SSAP */
};
OpenPOWER on IntegriCloud