Home
last modified time | relevance | path

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

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