Home
last modified time | relevance | path

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

/system/netd/resolv/
Dgethnamaddr.cpp108 static struct hostent* getanswer(const querybuf*, int, const char*, int, res_state, struct hostent*,
144 static struct hostent* getanswer(const querybuf* answer, int anslen, const char* qname, int qtype, in getanswer() function
791 hostent* hp = getanswer(buf.get(), n, name, type, res, info->hp, info->buf, info->buflen, &he); in dns_gethtbyname()
855 hostent* hp = getanswer(buf.get(), n, qbuf, T_PTR, res, info->hp, info->buf, info->buflen, &he); in dns_gethtbyaddr()
Dgetaddrinfo.cpp141 static struct addrinfo* getanswer(const querybuf*, int, const char*, int, const struct addrinfo*,
828 static struct addrinfo* getanswer(const querybuf* answer, int anslen, const char* qname, int qtype, in getanswer() function
1456 addrinfo* ai = getanswer(buf.get(), q.n, q.name, q.qtype, pai, &he); in dns_getaddrinfo()
1462 ai = getanswer(buf2.get(), q2.n, q2.name, q2.qtype, pai, &he); in dns_getaddrinfo()