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

/freebsd-11-stable/tools/regression/netinet/ipsockopt/
H A Dipsockopt.c132 #define TEST_MAGIC 0xc34e4212 macro
151 test_options[0] = TEST_MAGIC;
152 test_options[1] = TEST_MAGIC;
169 if (test_options[0] == TEST_MAGIC)
191 test_options[0] = TEST_MAGIC;
192 test_options[1] = TEST_MAGIC;
/freebsd-11-stable/tools/regression/sockets/sendfile/
H A Dsendfile.c61 #define TEST_MAGIC 0x4440f7bb macro
106 if (th->th_magic != htonl(TEST_MAGIC))
260 th->th_magic = htonl(TEST_MAGIC);

Completed in 56 milliseconds