Home
last modified time | relevance | path

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

/bionic/libc/dns/net/
Dgethnamaddr.c138 static struct hostent *getanswer(const querybuf *, int, const char *, int,
201 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function
1212 hp = getanswer(buf, n, name, type, res, info->hp, info->buf, in _dns_gethtbyname()
1301 hp = getanswer(buf, n, qbuf, T_PTR, res, info->hp, info->buf, in _dns_gethtbyaddr()
Dgetaddrinfo.c239 static struct addrinfo *getanswer(const querybuf *, int, const char *, int,
1294 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function
1974 ai = getanswer(buf, q.n, q.name, q.qtype, pai); in _dns_getaddrinfo()
1981 ai = getanswer(buf2, q2.n, q2.name, q2.qtype, pai); in _dns_getaddrinfo()