Home
last modified time | relevance | path

Searched refs:resolv_gethostbyname (Results 1 – 6 of 6) sorted by relevance

/packages/modules/DnsResolver/tests/
Dresolv_unit_test.cpp1446 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 …]
Dresolv_gold_test.cpp216 const int rv = resolv_gethostbyname(args.host().c_str(), args.family(), &hbuf, tmpbuf, in VerifyGetHostByName()
/packages/modules/DnsResolver/
Dgethnamaddr.h31 int resolv_gethostbyname(const char* name, int af, hostent* hp, char* buf, size_t buflen,
Dgethnamaddr.cpp373 int resolv_gethostbyname(const char* name, int af, hostent* hp, char* buf, size_t buflen, in resolv_gethostbyname() function
DDnsProxyListener.cpp1313 *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/
Dresolv_gethostbyname_fuzzer.cpp21 resolv_gethostbyname(fdp.ConsumeBool() ? hostname.c_str() : nullptr, af, &hbuf, tmpbuf, in TestResolvGethostbyname()