Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
Dgethnamaddr.cpp112 static struct hostent* getanswer(const querybuf* _Nonnull answer, int anslen, const char* qname, in getanswer() function
648 hostent* hp = getanswer(buf.get(), n, name, type, info->hp, info->buf, info->buflen, &he); in dns_gethtbyname()
710 hostent* hp = getanswer(buf.get(), n, qbuf, T_PTR, info->hp, info->buf, info->buflen, &he); in dns_gethtbyaddr()
Dgetaddrinfo.cpp142 static struct addrinfo* getanswer(const std::vector<uint8_t>&, int, const char*, int,
848 static struct addrinfo* getanswer(const std::vector<uint8_t>& answer, int anslen, const char* qname, in getanswer() function
1509 addrinfo* ai = getanswer(query.answer, query.n, query.name, query.qtype, pai, &he); in dns_getaddrinfo()