summaryrefslogtreecommitdiff
path: root/networking/udhcp/dhcpc.h
diff options
context:
space:
mode:
Diffstat (limited to 'networking/udhcp/dhcpc.h')
-rw-r--r--networking/udhcp/dhcpc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/udhcp/dhcpc.h b/networking/udhcp/dhcpc.h
index c0172a84f..e818896c9 100644
--- a/networking/udhcp/dhcpc.h
+++ b/networking/udhcp/dhcpc.h
@@ -30,6 +30,7 @@ struct client_config_t {
30 uint8_t *fqdn; /* Optional fully qualified domain name to use */ 30 uint8_t *fqdn; /* Optional fully qualified domain name to use */
31 int ifindex; /* Index number of the interface to use */ 31 int ifindex; /* Index number of the interface to use */
32 uint8_t arp[6]; /* Our arp address */ 32 uint8_t arp[6]; /* Our arp address */
33 uint8_t opt_mask[256 / 8]; /* Bitmask of options to send (-O option) */
33}; 34};
34 35
35#define client_config (*(struct client_config_t*)&bb_common_bufsiz1) 36#define client_config (*(struct client_config_t*)&bb_common_bufsiz1)