Searched refs:gethostanswer (Results 1 – 1 of 1) sorted by relevance
/device/linaro/bootloader/edk2/StdLib/BsdSocketLib/ |
D | gethostbydns.c | 198 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()
|