Searched refs:getanswer (Results 1 – 2 of 2) sorted by relevance
| /mirbsd/src/lib/libc/net/ |
| D | gethostnamadr.c | 110 static struct hostent *getanswer(const querybuf *, int, const char *, int); 139 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype) function 610 hp = getanswer(buf, n, name, type); 715 if (!(hp = getanswer(buf, n, qbuf, T_PTR))) {
|
| D | getaddrinfo.c | 221 static struct addrinfo *getanswer(const querybuf *, int, const char *, int, 977 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() function 1224 ai = getanswer(buf, q.n, q.name, q.qtype, pai); in _dns_getaddrinfo() 1231 ai = getanswer(buf2, q2.n, q2.name, q2.qtype, pai); in _dns_getaddrinfo()
|