Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dgethnamaddr.cpp128 static struct hostent* getanswer(const querybuf* answer, int anslen, const char* qname, int qtype, in getanswer() function
680 hostent* hp = getanswer(buf.get(), n, name, type, info->hp, info->buf, info->buflen, &he); in dns_gethtbyname()
742 hostent* hp = getanswer(buf.get(), n, qbuf, T_PTR, info->hp, info->buf, info->buflen, &he); in dns_gethtbyaddr()
Dgetaddrinfo.cpp141 static struct addrinfo* getanswer(const std::vector<uint8_t>&, int, const char*, int,
840 static struct addrinfo* getanswer(const std::vector<uint8_t>& answer, int anslen, const char* qname, in getanswer() function
1450 addrinfo* ai = getanswer(q.answer, q.n, q.name, q.qtype, pai, &he); in dns_getaddrinfo()
1456 ai = getanswer(q2.answer, q2.n, q2.name, q2.qtype, pai, &he); in dns_getaddrinfo()