Searched refs:dhcp_rx_options_given (Results 1 – 1 of 1) sorted by relevance
147 u8_t dhcp_rx_options_given[DHCP_OPTION_IDX_MAX]; variable166 #define dhcp_option_given(dhcp, idx) (dhcp_rx_options_given[idx] != 0)167 #define dhcp_got_option(dhcp, idx) (dhcp_rx_options_given[idx] = 1)168 #define dhcp_clear_option(dhcp, idx) (dhcp_rx_options_given[idx] = 0)169 …ne dhcp_clear_all_options(dhcp) (memset(dhcp_rx_options_given, 0, sizeof(dhcp_rx_options_…