Searched refs:getanswer (Results 1 – 2 of 2) sorted by relevance
/packages/modules/DnsResolver/ |
D | gethnamaddr.cpp | 112 static struct hostent* getanswer(const querybuf* _Nonnull answer, int anslen, const char* qname, in getanswer() function 647 hostent* hp = getanswer(buf.get(), n, name, type, info->hp, info->buf, info->buflen, &he); in dns_gethtbyname() 709 hostent* hp = getanswer(buf.get(), n, qbuf, T_PTR, info->hp, info->buf, info->buflen, &he); in dns_gethtbyaddr()
|
D | getaddrinfo.cpp | 140 static struct addrinfo* getanswer(const std::vector<uint8_t>&, int, const char*, int, 816 static struct addrinfo* getanswer(const std::vector<uint8_t>& answer, int anslen, const char* qname, in getanswer() function 1442 addrinfo* ai = getanswer(q.answer, q.n, q.name, q.qtype, pai, &he); in dns_getaddrinfo() 1448 ai = getanswer(q2.answer, q2.n, q2.name, q2.qtype, pai, &he); in dns_getaddrinfo()
|