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

/barrelfish-master/lib/libc/tests/nss/
H A Dgethostby_test.c59 static int af_type = AF_INET; variable
502 result = __gethostbyname2(line, af_type);
769 hints.ai_family = af_type;
925 run_tests(const char *hostlist_file, const char *snapshot_file, int af_type, argument
932 switch (af_type) {
941 atf_tc_fail("unhandled address family: %d", af_type);
1060 #define _RUN_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \
1072 ATF_REQUIRE(run_tests(_hostlist_file, _snapshot_file, af_type, \
1076 #define RUN_HOST_TESTS(tc, snapshot_file, af_type, method, use_ipv6_mapping) \
1079 _RUN_TESTS(tc, snapshot_file, af_type, metho
[all...]

Completed in 25 milliseconds