Searched refs:test_options (Results 1 – 5 of 5) sorted by relevance
116 u_int32_t new_options, test_options[2]; in test_ip_options() local123 len = sizeof(test_options); in test_ip_options()151 test_options[0] = TEST_MAGIC; in test_ip_options()152 test_options[1] = TEST_MAGIC; in test_ip_options()153 len = sizeof(test_options); in test_ip_options()169 if (test_options[0] == TEST_MAGIC) in test_ip_options()176 if (new_options != test_options[0]) in test_ip_options()179 new_options, test_options[0]); in test_ip_options()191 test_options[0] = TEST_MAGIC; in test_ip_options()192 test_options[1] = TEST_MAGIC; in test_ip_options()[all …]
104 function test_options function132 test_options "$val_opts_str" "$inval_props_str"135 test_options "$inval_opts_str" "$val_props_str"138 test_options "$inval_opts_str" "$inval_props_str"
278 test_options(const char *options) in test_options() function373 test_options("lz4:!stream-checksum"); in DEFINE_TEST()378 test_options("lz4:block-checksum"); in DEFINE_TEST()383 test_options("lz4:block-size=4"); in DEFINE_TEST()388 test_options("lz4:block-size=5"); in DEFINE_TEST()393 test_options("lz4:block-size=6"); in DEFINE_TEST()398 test_options("lz4:block-dependence"); in DEFINE_TEST()
37 uint8_t test_options[TEST_OPTION_SPACE]; member
193 u = (struct callout_test *)test->test_options; in run_callout_test()