Home
last modified time | relevance | path

Searched refs:dhcp_rx_options_given (Results 1 – 1 of 1) sorted by relevance

/btstack/3rd-party/lwip/core/src/core/ipv4/
H A Ddhcp.c162 u8_t dhcp_rx_options_given[DHCP_OPTION_IDX_MAX]; variable
181 #define dhcp_option_given(dhcp, idx) (dhcp_rx_options_given[idx] != 0)
182 #define dhcp_got_option(dhcp, idx) (dhcp_rx_options_given[idx] = 1)
183 #define dhcp_clear_option(dhcp, idx) (dhcp_rx_options_given[idx] = 0)
184 …ne dhcp_clear_all_options(dhcp) (memset(dhcp_rx_options_given, 0, sizeof(dhcp_rx_options_…