Home
last modified time | relevance | path

Searched refs:addrinfo (Results 1 – 13 of 13) sorted by relevance

/resolv/
A Dtst-resolv-basic.c191 struct addrinfo hints, const char *expected) in check_ai_hints()
193 struct addrinfo *ai; in check_ai_hints()
225 const struct addrinfo hints = in test_bug_21295()
236 struct addrinfo *ai = NULL; in test_bug_21295()
310 struct addrinfo hints = in test_nodata_nxdomain()
358 (struct addrinfo) { .ai_family = AF_UNSPEC, in do_test()
376 (struct addrinfo) { .ai_family = AF_UNSPEC, in do_test()
398 (struct addrinfo) { .ai_family = AF_INET, in do_test()
410 (struct addrinfo) { .ai_family = AF_INET, in do_test()
426 (struct addrinfo) { .ai_family = AF_INET6, in do_test()
[all …]
A Dtst-resolv-res_init-multi.c53 struct addrinfo hints = { 0, }; in thread_func()
54 struct addrinfo *ai = NULL; in thread_func()
A Dnetdb.h565 struct addrinfo struct
574 struct addrinfo *ai_next; /* Pointer to next in list. */ argument
583 const struct addrinfo *ar_request; /* Additional request specification. */
584 struct addrinfo *ar_result; /* Pointer to result. */
662 const struct addrinfo *__restrict __req,
663 struct addrinfo **__restrict __pai);
666 extern void freeaddrinfo (struct addrinfo *__ai) __THROW;
A Dtst-bug18665.c88 struct addrinfo hints = { .ai_family = AF_UNSPEC, }; in test_different_sizes()
89 struct addrinfo *ai; in test_different_sizes()
A Dtst-resolv-trailing.c120 struct addrinfo hints = { .ai_flags = gai_flags[gai_flags_idx], }; in do_test()
121 struct addrinfo *ai; in do_test()
A Dtst-resolv-rotate.c160 struct addrinfo hints = in check_forward_1()
166 struct addrinfo *ai; in check_forward_1()
171 for (struct addrinfo *p = ai; p != NULL; p = p->ai_next) in check_forward_1()
A Dtst-resolv-nondecimal.c40 struct addrinfo *ai; in run_query_addrinfo()
41 struct addrinfo hints = in run_query_addrinfo()
A Dtst-resolv-threads.c157 int ret, struct addrinfo *ai, int family, int counter) in check_addrinfo()
172 for (struct addrinfo *p = ai; p != NULL; p = p->ai_next) in check_addrinfo()
312 struct addrinfo hints = in gai()
318 struct addrinfo *ai; in gai()
A Dtst-bug18665-tcp.c171 struct addrinfo hints = in test_different_sizes()
177 struct addrinfo *ai; in test_different_sizes()
A Dtst-resolv-search.c255 struct addrinfo hints = in do_gai()
261 struct addrinfo *ai; in do_gai()
A Dtst-resolv-edns.c237 decode_addrinfo (struct addrinfo *ai, int family) in decode_addrinfo()
324 struct addrinfo hints = { .ai_family = family }; in do_ai()
325 struct addrinfo *ai; in do_ai()
A Dtst-resolv-ai_idn-common.c256 struct addrinfo hints = in check_ai()
262 struct addrinfo *ai; in check_ai()
A Dtst-resolv-res_init-skeleton.c393 struct addrinfo *ai; in run_res_init()
868 struct addrinfo *ai; in special_test_callback()

Completed in 25 milliseconds