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

/bionic/tests/
H A Dnetdb_test.cpp207 hostent hent2; local
210 result = gethostbyname_r("localhost", &hent2, buf2, sizeof(buf2), &hp2, &err);
229 hostent hent2; local
232 result = gethostbyname2_r("localhost", AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err);
258 hostent hent2; local
261 result = gethostbyaddr_r(&addr, sizeof(addr), AF_INET, &hent2, buf2, sizeof(buf2), &hp2, &err);

Completed in 24 milliseconds