Searched refs:ns_sect (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/dns/nameser/ |
D | ns_parse.c | 47 static void setsection(ns_msg *msg, ns_sect sect); 80 ns_skiprr(const u_char *ptr, const u_char *eom, ns_sect section, int count) { in ns_skiprr() 126 int b = ns_skiprr(msg, eom, (ns_sect)i, in ns_initparse() 141 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() 194 setsection(handle, (ns_sect)((int)section + 1)); in ns_parserr() 204 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2() 257 setsection(handle, (ns_sect)((int)section + 1)); in ns_parserr2() 266 setsection(ns_msg *msg, ns_sect sect) { in setsection()
|
/bionic/libc/include/arpa/ |
D | nameser.h | 106 } ns_sect; typedef 129 ns_sect _sect; 575 int ns_skiprr(const u_char *, const u_char *, ns_sect, int) __LIBC_ABI_PUBLIC__; 576 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *) __LIBC_ABI_PUBLIC__; 577 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *) __LIBC_HIDDEN__;
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 150 ns_msg *handle, ns_sect section, in do_section()
|