Searched refs:dhcp_rx_options_given (Results 1 – 1 of 1) sorted by relevance
127 u8_t dhcp_rx_options_given[DHCP_OPTION_IDX_MAX]; variable129 #define dhcp_option_given(dhcp, idx) (dhcp_rx_options_given[idx] != 0)130 #define dhcp_got_option(dhcp, idx) (dhcp_rx_options_given[idx] = 1)131 #define dhcp_clear_option(dhcp, idx) (dhcp_rx_options_given[idx] = 0)132 …ne dhcp_clear_all_options(dhcp) (memset(dhcp_rx_options_given, 0, sizeof(dhcp_rx_options_…