Searched refs:rx_options_given (Results 1 – 2 of 2) sorted by relevance
139 u8_t rx_options_given[DHCP_OPTION_IDX_MAX]; member
186 #define dhcp_option_given(dhcp, idx) ((dhcp)->rx_options_given[idx] != 0)187 #define dhcp_got_option(dhcp, idx) ((dhcp)->rx_options_given[idx] = 1)188 #define dhcp_clear_option(dhcp, idx) ((dhcp)->rx_options_given[idx] = 0)189 …_clear_all_options(dhcp) (memset((dhcp)->rx_options_given, 0, sizeof((dhcp)->rx_options_g…