Searched refs:resolv_gethostbyname (Results 1 – 6 of 6) sorted by relevance
/packages/modules/DnsResolver/tests/ |
D | resolv_unit_test.cpp | 1446 int rv = resolv_gethostbyname("jiababuei", config.ai_family, &hbuf, tmpbuf, sizeof(tmpbuf), in TEST_F() 1490 int rv = resolv_gethostbyname(hostname, family, &hbuf, tmpbuf, sizeof(tmpbuf), in TEST_F() 1512 int rv = resolv_gethostbyname("v4only", AF_INET6, &hbuf, tmpbuf, sizeof tmpbuf, &mNetcontext, in TEST_F() 1553 int rv = resolv_gethostbyname(host_name, AF_INET, &hbuf, tmpbuf, sizeof tmpbuf, in TEST_F() 1573 int rv = resolv_gethostbyname(host_name, AF_INET, &hbuf, tmpbuf, sizeof tmpbuf, &mNetcontext, in TEST_F() 1605 int rv = resolv_gethostbyname(config.name, config.family, &hbuf, tmpbuf, sizeof tmpbuf, in TEST_F() 1656 int rv = resolv_gethostbyname(config.name, family, &hbuf, tmpbuf, sizeof tmpbuf, in TEST_F() 1678 int rv = resolv_gethostbyname("hello", family, &hbuf, tmpbuf, sizeof tmpbuf, &mNetcontext, in TEST_F() 1760 int rv = resolv_gethostbyname("hello.local", config.ai_family, &hbuf, tmpbuf, in TEST_F() 1772 rv = resolv_gethostbyname("hello.local", config.ai_family, &hbuf, tmpbuf, sizeof(tmpbuf), in TEST_F() [all …]
|
D | resolv_gold_test.cpp | 216 const int rv = resolv_gethostbyname(args.host().c_str(), args.family(), &hbuf, tmpbuf, in VerifyGetHostByName()
|
/packages/modules/DnsResolver/ |
D | gethnamaddr.h | 31 int resolv_gethostbyname(const char* name, int af, hostent* hp, char* buf, size_t buflen,
|
D | gethnamaddr.cpp | 373 int resolv_gethostbyname(const char* name, int af, hostent* hp, char* buf, size_t buflen, in resolv_gethostbyname() function
|
D | DnsProxyListener.cpp | 1313 *rv = resolv_gethostbyname(name, AF_INET, hbuf, buf, buflen, &mNetContext, hpp, event); in doDns64Synthesis() 1344 rv = resolv_gethostbyname(name, mAf, &hbuf, tmpbuf, sizeof tmpbuf, &mNetContext, &hp, in run()
|
/packages/modules/DnsResolver/tests/fuzzer/ |
D | resolv_gethostbyname_fuzzer.cpp | 21 resolv_gethostbyname(fdp.ConsumeBool() ? hostname.c_str() : nullptr, af, &hbuf, tmpbuf, in TestResolvGethostbyname()
|