Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgethnamaddr.c145 static struct hostent *getanswer(const querybuf *, int, const char *, int,
216 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function
1180 hp = getanswer(buf, n, name, type, res, info->hp, info->buf, in _dns_gethtbyname()
1267 hp = getanswer(buf, n, qbuf, T_PTR, res, info->hp, info->buf, in _dns_gethtbyaddr()
Dgetaddrinfo.c238 static struct addrinfo *getanswer(const querybuf *, int, const char *, int,
1310 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function
1996 ai = getanswer(buf, q.n, q.name, q.qtype, pai); in _dns_getaddrinfo()
2003 ai = getanswer(buf2, q2.n, q2.name, q2.qtype, pai); in _dns_getaddrinfo()