Searched refs:ns_parserr (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/include/arpa/ |
D | nameser.h | 530 #define ns_parserr __ns_parserr macro 576 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *) __LIBC_ABI_PUBLIC__;
|
/bionic/libc/dns/nameser/ |
D | ns_parse.c | 141 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() function
|
/bionic/libc/dns/resolv/ |
D | res_cache.c | 1015 if ((ns_parserr(&handle, ns_s_ns, n, &rr) == 0) && (ns_rr_type(rr) == ns_t_soa)) { in answer_getNegativeTTL() 1079 if (ns_parserr(&handle, ns_s_an, n, &rr) == 0) { in answer_getTTL()
|
D | res_debug.c | 183 if (ns_parserr(handle, section, rrnum, &rr)) { in do_section()
|