Searched refs:ns_msg (Results 1 – 5 of 5) sorted by relevance
/bionic/libc/dns/nameser/ |
D | ns_parse.c | 47 static void setsection(ns_msg *msg, ns_sect sect); 75 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag() 105 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse() 141 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() 204 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2() 266 setsection(ns_msg *msg, ns_sect sect) { in setsection()
|
D | ns_print.c | 88 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
|
/bionic/libc/include/arpa/ |
D | nameser.h | 132 } ns_msg; typedef 138 ns_msg msg; 569 int ns_msg_getflag(ns_msg, int) __LIBC_ABI_PUBLIC__; 574 int ns_initparse(const u_char *, int, ns_msg *) __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__; 578 int ns_sprintrr(const ns_msg *, const ns_rr *,
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 150 ns_msg *handle, ns_sect section, in do_section() 280 ns_msg handle; in res_pquery()
|
D | res_cache.c | 1013 answer_getNegativeTTL(ns_msg handle) { in answer_getNegativeTTL() 1069 ns_msg handle; in answer_getTTL()
|