Home
last modified time | relevance | path

Searched refs:ns_msg (Results 1 – 6 of 6) sorted by relevance

/bionic/libc/dns/nameser/
Dns_parse.c47 static void setsection(ns_msg *msg, ns_sect sect);
77 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag()
107 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse()
143 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
206 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
268 setsection(ns_msg *msg, ns_sect sect) { in setsection()
Dns_print.c88 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
/bionic/libc/include/arpa/
Dnameser.h132 } ns_msg; typedef
138 ns_msg msg;
566 int ns_msg_getflag(ns_msg __handle, int __flag);
571 int ns_initparse(const u_char* __msg, int __msg_size, ns_msg* __handle);
573 int ns_parserr(ns_msg* __handle, ns_sect __section, int __rr_number, ns_rr* __rr);
574 int ns_sprintrr(const ns_msg* __handle, const ns_rr* __rr, const char* __name_ctx, const char* __or…
594 int ns_msg_getflag(ns_msg __handle, int __flag) __INTRODUCED_IN_64(22);
599 int ns_initparse(const u_char* __msg, int __msg_size, ns_msg* __handle) __INTRODUCED_IN_64(22);
601 int ns_parserr(ns_msg* __handle, ns_sect __section, int __rr_number, ns_rr* __rr) __INTRODUCED_IN_6…
602 int ns_sprintrr(const ns_msg* __handle, const ns_rr* __rr, const char* __name_ctx, const char* __or…
/bionic/libc/dns/include/
Dresolv_private.h526 int ns_parserr2(ns_msg*, ns_sect, int, ns_rr2*);
/bionic/libc/dns/resolv/
Dres_debug.c150 ns_msg *handle, ns_sect section, in do_section()
280 ns_msg handle; in res_pquery()
Dres_cache.c1070 answer_getNegativeTTL(ns_msg handle) { in answer_getNegativeTTL()
1126 ns_msg handle; in answer_getTTL()