Home
last modified time | relevance | path

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

/bionic/libc/netbsd/
Dgethnamaddr.c107 static struct hostent *getanswer(const querybuf *, int, const char *, int,
177 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function
1290 hp = getanswer(buf, n, name, type, res); in _dns_gethtbyname()
1375 hp = getanswer(buf, n, qbuf, T_PTR, res); in _dns_gethtbyaddr()
/bionic/libc/netbsd/net/
Dgetaddrinfo.c235 static struct addrinfo *getanswer(const querybuf *, int, const char *, int,
1295 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function
1989 ai = getanswer(buf, q.n, q.name, q.qtype, pai); in _dns_getaddrinfo()
1996 ai = getanswer(buf2, q2.n, q2.name, q2.qtype, pai); in _dns_getaddrinfo()