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

/bionic/libc/dns/
H A Dgethnamaddr.c94 "gethostby*.getanswer: asked for \"%s\", got \"%s\"";
112 static struct hostent *getanswer(const querybuf *, int, const char *, int,
182 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, function
336 "gethostby*.getanswer: asked for \"%s %s %s\", got type \"%s\"",
1300 hp = getanswer(buf, n, name, type, res);
1387 hp = getanswer(buf, n, qbuf, T_PTR, res);
/bionic/libc/dns/net/
H A Dgetaddrinfo.c239 static struct addrinfo *getanswer(const querybuf *, int, const char *, int,
1300 "gethostby*.getanswer: asked for \"%s\", got \"%s\"";
1303 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, function
1420 "gethostby*.getanswer: asked for \"%s %s %s\", got type \"%s\"",
1982 ai = getanswer(buf, q.n, q.name, q.qtype, pai);
1989 ai = getanswer(buf2, q2.n, q2.name, q2.qtype, pai);

Completed in 457 milliseconds