Searched refs:querybuf (Results 1 – 3 of 3) sorted by relevance
/aosp12/packages/modules/DnsResolver/ |
H A D | gethnamaddr.cpp | 100 } querybuf; typedef 128 static struct hostent* getanswer(const querybuf* answer, int anslen, const char* qname, int qtype, in getanswer() 669 auto buf = std::make_unique<querybuf>(); in dns_gethtbyname() 730 auto buf = std::make_unique<querybuf>(); in dns_gethtbyaddr()
|
/aosp12/bionic/libc/dns/net/ |
H A D | gethnamaddr.c | 134 } querybuf; typedef 145 static struct hostent *getanswer(const querybuf *, int, const char *, int, 216 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() 1138 querybuf *buf; in _dns_gethtbyname() 1202 querybuf *buf; in _dns_gethtbyaddr()
|
H A D | getaddrinfo.c | 207 } querybuf; typedef 238 static struct addrinfo *getanswer(const querybuf *, int, const char *, int, 1310 getanswer(const querybuf *answer, int anslen, const char *qname, int qtype, in getanswer() 1897 querybuf *buf, *buf2; in _dns_getaddrinfo()
|