Searched refs:getaddrinfo (Results 1 – 13 of 13) sorted by relevance
/bionic/tests/ |
D | netdb_test.cpp | 35 ASSERT_EQ(0, getaddrinfo(nullptr, "smtp", nullptr, &ai)); in TEST() 44 ASSERT_EQ(0, getaddrinfo("localhost", nullptr, nullptr, &ai)); in TEST() 51 ASSERT_EQ(0, getaddrinfo("localhost", "9999", nullptr, &ai)); in TEST() 73 ASSERT_EQ(0, getaddrinfo("localhost", "smtp", nullptr, &ai)); in TEST() 88 ASSERT_EQ(0, getaddrinfo( "localhost", "9999", &hints, &ai)); in TEST() 104 ASSERT_EQ(0, getaddrinfo("ip6-localhost", nullptr, nullptr, &ai)); in TEST()
|
/bionic/libc/include/ |
D | netdb.h | 199 int getaddrinfo(const char* __node, const char* __service, const struct addrinfo* __hints, struct a…
|
/bionic/tests/headers/posix/ |
D | netdb_h.c | 107 …FUNCTION(getaddrinfo, int (*f)(const char*, const char*, const struct addrinfo*, struct addrinfo**… in netdb_h()
|
/bionic/benchmarks/linker_relocation/gen/ |
D | liblinker_reloc_bench_027.S | 303 CALL(getaddrinfo)
|
D | liblinker_reloc_bench_033.S | 509 CALL(getaddrinfo)
|
D | liblinker_reloc_bench_006.S | 671 CALL(getaddrinfo)
|
D | liblinker_reloc_bench_007.S | 11489 CALL(getaddrinfo)
|
/bionic/libc/dns/resolv/ |
D | res_init.c | 369 if (getaddrinfo(cp, sbuf, &hints, &ai) == 0 && in __res_vinit()
|
D | res_cache.c | 2025 int rt = getaddrinfo(servers[i], sbuf, &hints, &nsaddrinfo[i]); in _resolv_set_nameservers_for_net()
|
/bionic/libc/tools/ |
D | posix-2013.txt | 321 getaddrinfo
|
/bionic/libc/dns/net/ |
D | getaddrinfo.c | 563 getaddrinfo(const char *hostname, const char *servname, in getaddrinfo() function 2098 error = getaddrinfo(addr, NULL, &hints, &res0); in _gethtent()
|
/bionic/tools/versioner/platforms/ |
D | libc.map.txt | 423 getaddrinfo;
|
/bionic/libc/ |
D | libc.map.txt | 423 getaddrinfo;
|