Searched refs:ns_msg (Results 1 – 4 of 4) sorted by relevance
/bionic/libc/netbsd/nameser/ |
D | ns_parse.c | 46 static void setsection(ns_msg *msg, ns_sect sect); 74 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag() 103 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse() 140 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr() 200 setsection(ns_msg *msg, ns_sect sect) { in setsection()
|
D | ns_print.c | 92 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
|
/bionic/libc/private/ |
D | arpa_nameser.h | 117 } ns_msg; typedef 509 int ns_msg_getflag(ns_msg, int); 514 int ns_initparse(const u_char *, int, ns_msg *); 516 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *); 517 int ns_sprintrr(const ns_msg *, const ns_rr *,
|
/bionic/libc/netbsd/resolv/ |
D | res_debug.c | 159 ns_msg *handle, ns_sect section, in do_section() 242 ns_msg handle; in res_pquery()
|