Home
last modified time | relevance | path

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

/system/netd/resolv/
Dgethnamaddr.cpp114 static void map_v4v6_hostent(struct hostent*, char**, char*);
382 if (res->options & RES_USE_INET6) map_v4v6_hostent(hent, &bp, ep); in getanswer()
491 if (res->options & RES_USE_INET6) map_v4v6_hostent(hp, &buf, buf + buflen); in gethostbyname_internal_real()
702 static void map_v4v6_hostent(struct hostent* hp, char** bpp, char* ep) { in map_v4v6_hostent() function