Searched refs:getanswer (Results 1 – 1 of 1) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | getaddrinfo.c | 289 static struct addrinfo *getanswer(const querybuf *, int, const char *, int, 1981 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function 2350 ai = getanswer(buf2, q2.n, q2.name, q2.qtype, pai, res); in _dns_getaddrinfo() 2359 ai = getanswer(buf, q.n, q.name, q.qtype, pai, res); in _dns_getaddrinfo()
|