Home
last modified time | relevance | path

Searched refs:TEST_MAGIC (Results 1 – 2 of 2) sorted by relevance

/freebsd/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c130 #define TEST_MAGIC 0xc34e4212 in test_ip_options() macro
149 test_options[0] = TEST_MAGIC; in test_ip_options()
150 test_options[1] = TEST_MAGIC; in test_ip_options()
167 if (test_options[0] == TEST_MAGIC) in test_ip_options()
189 test_options[0] = TEST_MAGIC; in test_ip_options()
190 test_options[1] = TEST_MAGIC; in test_ip_options()
/freebsd/tools/regression/sockets/sendfile/
H A Dsendfile.c59 #define TEST_MAGIC 0x4440f7bb macro
104 if (th->th_magic != htonl(TEST_MAGIC)) in test_th()
258 th->th_magic = htonl(TEST_MAGIC); in init_th()