Home
last modified time | relevance | path

Searched refs:ns_sect (Results 1 – 4 of 4) sorted by relevance

/bionic/libc/dns/nameser/
Dns_parse.c47 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/
Dnameser.h106 } ns_sect; typedef
131 ns_sect _sect;
556 int ns_skiprr(const u_char* _Nonnull __ptr, const u_char* _Nonnull __eom, ns_sect __section, int __…
557 int ns_parserr(ns_msg* _Nonnull __handle, ns_sect __section, int __rr_number, ns_rr* _Nonnull __rr)…
/bionic/libc/dns/include/
Dresolv_private.h518 int ns_parserr2(ns_msg*, ns_sect, int, ns_rr2*);
/bionic/libc/dns/resolv/
Dres_debug.c168 ns_msg *handle, ns_sect section, in do_section()