Home
last modified time | relevance | path

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

/bionic/libc/netbsd/
Dgethnamaddr.c102 static struct hostent *getanswer(const querybuf *, int, const char *, int,
172 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function
1100 hp = getanswer(buf, n, name, type, res); in _dns_gethtbyname()
1182 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,
1304 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function
1990 ai = getanswer(buf, q.n, q.name, q.qtype, pai); in _dns_getaddrinfo()
1997 ai = getanswer(buf2, q2.n, q2.name, q2.qtype, pai); in _dns_getaddrinfo()