Home
last modified time | relevance | path

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

/system/netd/resolv/
Dresolver_test.cpp296 static constexpr char kIp6LocalHost[] = "ip6-localhost"; member in ResolverTest
433 result = gethostbyname(kIp6LocalHost); in TEST_F()
442 result = gethostbyname2(kIp6LocalHost, AF_INET6); in TEST_F()
647 result = safe_getaddrinfo(kIp6LocalHost, nullptr, nullptr); in TEST_F()