Searched refs:use_ipv6_mapping (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/tests/nss/ |
H A D | gethostby_test.c | 924 enum test_methods method, bool use_ipv6_mapping) in run_tests() argument 942 ATF_REQUIRE(!use_ipv6_mapping); in run_tests() 961 if (use_ipv6_mapping) in run_tests() 1070 #define _RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \ argument 1076 method, use_ipv6_mapping) == 0); \ 1080 #define RUN_HOST_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \ argument 1083 _RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping); \ 1086 #define RUN_IPNODE_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \ argument 1089 _RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping); \
|