Home
last modified time | relevance | path

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

/aosp12/packages/modules/DnsResolver/
H A Dgethnamaddr.cpp100 } 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 Dgethnamaddr.c134 } 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 Dgetaddrinfo.c207 } 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()