Searched refs:res_nquery (Results 1 – 7 of 7) sorted by relevance
/aosp12/bionic/libc/dns/resolv/ |
H A D | res_query.c | 128 res_nquery(res_state statp, in res_nquery() function 249 return (res_nquery(statp, cp, class, type, answer, anslen)); in res_nsearch() 419 return (res_nquery(statp, longname, class, type, answer, anslen)); in res_nquerydomain()
|
H A D | res_data.cpp | 111 return res_nquery(gsa.get(), name, klass, type, answer, anslen); in res_query()
|
/aosp12/packages/modules/DnsResolver/ |
H A D | res_query.cpp | 102 int res_nquery(res_state statp, const char* name, // domain name in res_nquery() function 365 return res_nquery(statp, longname, cl, type, answer, anslen, herrno); in res_nquerydomain()
|
H A D | resolv_private.h | 171 int res_nquery(res_state, const char*, int, int, uint8_t*, int, int*);
|
H A D | gethnamaddr.cpp | 734 n = res_nquery(&res, qbuf, C_IN, T_PTR, buf->buf, (int)sizeof(buf->buf), &he); in dns_gethtbyaddr()
|
/aosp12/bionic/libc/dns/include/ |
H A D | resolv_private.h | 391 #define res_nquery __res_nquery macro 464 int res_nquery(res_state, const char *, int, int, u_char *, int);
|
/aosp12/bionic/libc/dns/net/ |
H A D | gethnamaddr.c | 1260 n = res_nquery(res, qbuf, C_IN, T_PTR, buf->buf, (int)sizeof(buf->buf)); in _dns_gethtbyaddr()
|