Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/
Dgethostbydns.c198 gethostanswer(const querybuf *answer, int anslen, const char *qname, int qtype) in gethostanswer() function
517 return(gethostanswer((const querybuf *)answer, anslen, qname, qtype)); in __dns_getanswer()
631 return (gethostanswer(&buf, n, name, type)); in _gethostbydnsname()
706 if ( NULL == (hp = gethostanswer(&buf, n, qbuf, T_PTR))) in _gethostbydnsaddr()