Searched refs:ns_sect (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/dns/nameser/ |
D | ns_parse.c | 47 static void setsection(ns_msg *msg, ns_sect sect); 82 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() 128 int b = ns_skiprr(msg, eom, (ns_sect)i, in ns_initparse() 143 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() 196 setsection(handle, (ns_sect)((int)section + 1)); in ns_parserr() 206 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2() 259 setsection(handle, (ns_sect)((int)section + 1)); in ns_parserr2() 268 setsection(ns_msg *msg, ns_sect sect) { in setsection()
|
/bionic/libc/include/arpa/ |
D | nameser.h | 106 } ns_sect; typedef 129 ns_sect _sect; 572 int ns_skiprr(const u_char* __ptr, const u_char* __eom, ns_sect __section, int __count); 573 int ns_parserr(ns_msg* __handle, ns_sect __section, int __rr_number, ns_rr* __rr); 600 int ns_skiprr(const u_char* __ptr, const u_char* __eom, ns_sect __section, int __count) __INTRODUCE… 601 int ns_parserr(ns_msg* __handle, ns_sect __section, int __rr_number, ns_rr* __rr) __INTRODUCED_IN_6…
|
/bionic/libc/dns/include/ |
D | resolv_private.h | 526 int ns_parserr2(ns_msg*, ns_sect, int, ns_rr2*);
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 150 ns_msg *handle, ns_sect section, in do_section()
|