Searched refs:getanswer (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/netbsd/ |
D | gethnamaddr.c | 101 static struct hostent *getanswer(const querybuf *, int, const char *, int, 171 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function 1099 hp = getanswer(buf, n, name, type, res); in _dns_gethtbyname() 1181 hp = getanswer(buf, n, qbuf, T_PTR, res); in _dns_gethtbyaddr()
|
/bionic/libc/netbsd/net/ |
D | getaddrinfo.c | 218 static struct addrinfo *getanswer(const querybuf *, int, const char *, int, 1042 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function 1345 ai = getanswer(buf, q.n, q.name, q.qtype, pai); in _dns_getaddrinfo() 1352 ai = getanswer(buf2, q2.n, q2.name, q2.qtype, pai); in _dns_getaddrinfo()
|