Searched refs:addrinfo (Results 1 – 13 of 13) sorted by relevance
/resolv/ |
A D | tst-resolv-basic.c | 191 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 D | tst-resolv-res_init-multi.c | 53 struct addrinfo hints = { 0, }; in thread_func() 54 struct addrinfo *ai = NULL; in thread_func()
|
A D | netdb.h | 565 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 D | tst-bug18665.c | 88 struct addrinfo hints = { .ai_family = AF_UNSPEC, }; in test_different_sizes() 89 struct addrinfo *ai; in test_different_sizes()
|
A D | tst-resolv-trailing.c | 120 struct addrinfo hints = { .ai_flags = gai_flags[gai_flags_idx], }; in do_test() 121 struct addrinfo *ai; in do_test()
|
A D | tst-resolv-rotate.c | 160 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 D | tst-resolv-nondecimal.c | 40 struct addrinfo *ai; in run_query_addrinfo() 41 struct addrinfo hints = in run_query_addrinfo()
|
A D | tst-resolv-threads.c | 157 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 D | tst-bug18665-tcp.c | 171 struct addrinfo hints = in test_different_sizes() 177 struct addrinfo *ai; in test_different_sizes()
|
A D | tst-resolv-search.c | 255 struct addrinfo hints = in do_gai() 261 struct addrinfo *ai; in do_gai()
|
A D | tst-resolv-edns.c | 237 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 D | tst-resolv-ai_idn-common.c | 256 struct addrinfo hints = in check_ai() 262 struct addrinfo *ai; in check_ai()
|
A D | tst-resolv-res_init-skeleton.c | 393 struct addrinfo *ai; in run_res_init() 868 struct addrinfo *ai; in special_test_callback()
|
Completed in 25 milliseconds