Searched defs:gethostanswer (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/BsdSocketLib/
H A Dgethostbydns.c133 "gethostby*.gethostanswer: asked for \"%s\", got \"%s\"";
198 gethostanswer(const querybuf *answer, int anslen, const char *qname, int qtype) function
356 "gethostby*.gethostanswer: asked for \"%s %s %s\", got type \"%s\"",
517 return(gethostanswer((const querybuf *)answer, anslen, qname, qtype));
631 return (gethostanswer(&buf, n, name, type));
706 if ( NULL == (hp = gethostanswer(&buf, n, qbuf, T_PTR)))
707 return (NULL); /* h_errno was set by gethostanswer() */

Completed in 49 milliseconds