diff options
Diffstat (limited to 'contrib/isc-dhcp/includes/netinet/if_ether.h')
-rw-r--r-- | contrib/isc-dhcp/includes/netinet/if_ether.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/isc-dhcp/includes/netinet/if_ether.h b/contrib/isc-dhcp/includes/netinet/if_ether.h index cae53863c54c..f61b18b62fee 100644 --- a/contrib/isc-dhcp/includes/netinet/if_ether.h +++ b/contrib/isc-dhcp/includes/netinet/if_ether.h @@ -72,3 +72,4 @@ struct ether_header { #define ETHERMTU 1500 #define ETHERMIN (60-14) +#define ETHER_HEADER_SIZE (ETHER_ADDR_LEN * 2 + sizeof (u_int16_t)) |