Lines Matching refs:test_options
116 u_int32_t new_options, test_options[2]; in test_ip_options() local
123 len = sizeof(test_options); in test_ip_options()
124 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0) 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()
154 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0) 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()
193 len = sizeof(test_options); in test_ip_options()
194 if (getsockopt(sock, IPPROTO_IP, IP_OPTIONS, test_options, &len) < 0) in test_ip_options()