summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBen Cottrell <source@isc.org>2001-03-16 22:12:19 +0000
committerBen Cottrell <source@isc.org>2001-03-16 22:12:19 +0000
commit3d2aa1bff4c76b720d84c5b8701c2cdfe5f4c0f1 (patch)
treed2665b6c9a3a5ffa27f59a3e69e4fbe80422d97d /includes
parent1ad180b1f22e2c54fc5f5c182dda3f9ce6790097 (diff)
downloadisc-dhcp-3d2aa1bff4c76b720d84c5b8701c2cdfe5f4c0f1.tar.gz
More DLPI patches from Joost. His patch was way garbled, but this is my
best interpretation of it. The only thing confusing me is that I thought he'd fixed all the byte order dependencies in an elegant way, but I still see some rather ugly #ifdefs in this code. Oh well. At least it works on minbar.
Diffstat (limited to 'includes')
-rw-r--r--includes/dhcpd.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/dhcpd.h b/includes/dhcpd.h
index 6e4de830..3e8ba90e 100644
--- a/includes/dhcpd.h
+++ b/includes/dhcpd.h
@@ -756,6 +756,10 @@ struct interface_info {
/* Only used by DHCP client code. */
struct client_state *client;
+# if defined (USE_DLPI_SEND) || defined (USE_DLPI_RECEIVE)
+ int dlpi_sap_length;
+ struct hardware dlpi_broadcast_addr;
+# endif /* DLPI_SEND || DLPI_RECEIVE */
};
struct hardware_link {