Lines Matching refs:test_options
114 u_int32_t new_options, test_options[2]; in test_ip_options() local
121 len = sizeof(test_options); in test_ip_options()
122 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0) in test_ip_options()
149 test_options[0] = TEST_MAGIC; in test_ip_options()
150 test_options[1] = TEST_MAGIC; in test_ip_options()
151 len = sizeof(test_options); in test_ip_options()
152 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0) in test_ip_options()
167 if (test_options[0] == TEST_MAGIC) in test_ip_options()
174 if (new_options != test_options[0]) in test_ip_options()
177 new_options, test_options[0]); in test_ip_options()
189 test_options[0] = TEST_MAGIC; in test_ip_options()
190 test_options[1] = TEST_MAGIC; in test_ip_options()
191 len = sizeof(test_options); in test_ip_options()
192 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0) in test_ip_options()