Searched refs:the_options (Results 1 – 1 of 1) sorted by relevance
281 static uint8_t the_options[64] = { variable318 while (pos < len && the_options[pos] != SD_DHCP_OPTION_END) { in test_option_set()320 the_options[pos], in test_option_set()321 the_options[pos + 1], in test_option_set()322 &the_options[pos + 2]) >= 0); in test_option_set()324 if (the_options[pos] == SD_DHCP_OPTION_PAD) in test_option_set()327 pos += 2 + the_options[pos + 1]; in test_option_set()336 the_options[i]); in test_option_set()337 assert_se(result->options[i] == the_options[i]); in test_option_set()355 the_options[i + 9]); in test_option_set()[all …]