Home
last modified time | relevance | path

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

/dragonfly/lib/libc/net/
H A Dgethostbydns.c138 gethostanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in gethostanswer() function
456 error = gethostanswer((const querybuf *)answer, anslen, qname, qtype, in __dns_getanswer()
527 error = gethostanswer(buf, n, name, type, &he, hed, statp); in _dns_gethostbyname()
625 if (gethostanswer(buf, n, qbuf, T_PTR, &he, hed, statp) != 0) { in _dns_gethostbyaddr()