Searched refs:hp2 (Results 1 - 1 of 1) sorted by relevance

/bionic/tests/
H A Dnetdb_test.cpp208 hostent *hp2; local
210 result = gethostbyname_r("localhost", &hent2, buf2, sizeof(buf2), &hp2, &err);
212 VerifyLocalhost(hp2);
230 hostent *hp2; local
232 result = gethostbyname2_r("localhost", AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err);
234 VerifyLocalhost(hp2);
259 hostent *hp2; local
261 result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err);
263 VerifyLocalhost(hp2);

Completed in 83 milliseconds