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

/freebsd-13-stable/lib/libc/tests/nss/
H A Dgethostby_test.c59 static int af_type = AF_INET; variable
501 result = __gethostbyname2(line, af_type);
768 hints.ai_family = af_type;
1073 #define _RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \
1078 ATF_REQUIRE(run_tests(_hostlist_file, snapshot_file, af_type, \
1083 #define RUN_HOST_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \
1086 _RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping); \
1089 #define RUN_IPNODE_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \
1092 _RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping); \

Completed in 96 milliseconds