diff options
Diffstat (limited to 'sys/netinet/ip_ether.h')
-rw-r--r-- | sys/netinet/ip_ether.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/ip_ether.h b/sys/netinet/ip_ether.h index c332ccf7139..d10102ad4cd 100644 --- a/sys/netinet/ip_ether.h +++ b/sys/netinet/ip_ether.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ip_ether.h,v 1.5 2001/02/01 20:14:27 jason Exp $ */ +/* $OpenBSD: ip_ether.h,v 1.6 2001/02/01 20:19:24 jason Exp $ */ /* * The author of this code is Angelos D. Keromytis (angelos@adk.gr) @@ -42,6 +42,7 @@ struct etheripstat #define ETHERIP_VERSION 0x02 #define ETHERIP_VERSION_MASK 0x0f +#define ETHERIP_RSVD_MASK 0xf0 /* * Names for Ether-IP sysctl objects |