Searched refs:dhcp_rx_options_given (Results 1 – 1 of 1) sorted by relevance
133 u8_t dhcp_rx_options_given[DHCP_OPTION_IDX_MAX]; variable140 #define dhcp_option_given(dhcp, idx) (dhcp_rx_options_given[idx] != 0)141 #define dhcp_got_option(dhcp, idx) (dhcp_rx_options_given[idx] = 1)142 #define dhcp_clear_option(dhcp, idx) (dhcp_rx_options_given[idx] = 0)143 …ne dhcp_clear_all_options(dhcp) (memset(dhcp_rx_options_given, 0, sizeof(dhcp_rx_options_…
Completed in 5 milliseconds