mirror of
https://git.savannah.nongnu.org/git/lwip.git
synced 2026-08-09 09:03:49 +08:00
committed by
Simon Goldschmidt
parent
5ab46f82f9
commit
62ac0faad8
@@ -160,11 +160,11 @@ enum dhcp_option_idx {
|
||||
|
||||
/** Holds the decoded option values, only valid while in dhcp_recv.
|
||||
@todo: move this into struct dhcp? */
|
||||
u32_t dhcp_rx_options_val[DHCP_OPTION_IDX_MAX];
|
||||
static u32_t dhcp_rx_options_val[DHCP_OPTION_IDX_MAX];
|
||||
/** Holds a flag which option was received and is contained in dhcp_rx_options_val,
|
||||
only valid while in dhcp_recv.
|
||||
@todo: move this into struct dhcp? */
|
||||
u8_t dhcp_rx_options_given[DHCP_OPTION_IDX_MAX];
|
||||
static u8_t dhcp_rx_options_given[DHCP_OPTION_IDX_MAX];
|
||||
|
||||
static u8_t dhcp_discover_request_options[] = {
|
||||
DHCP_OPTION_SUBNET_MASK,
|
||||
|
||||
Reference in New Issue
Block a user