Searched refs:af_type (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/tests/nss/ |
H A D | gethostby_test.c | 56 static int af_type = AF_INET; variable 498 result = __gethostbyname2(line, af_type); in hostent_read_hostlist_func() 765 hints.ai_family = af_type; in hostent_test_getaddrinfo_eq() 1070 #define _RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \ argument 1075 ATF_REQUIRE(run_tests(_hostlist_file, snapshot_file, af_type, \ 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); \
|