Home
last modified time | relevance | path

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

/NextBSD/lib/libc/nameser/
HDns_parse.c41 static void setsection(ns_msg *msg, ns_sect sect);
77 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag()
106 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse()
142 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
205 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()
HDns_print.c89 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
/NextBSD/include/arpa/
HDnameser.h132 } ns_msg; typedef
139 ns_msg msg;
584 int ns_msg_getflag(ns_msg, int);
589 int ns_initparse(const u_char *, int, ns_msg *);
591 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
592 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *);
593 int ns_sprintrr(const ns_msg *, const ns_rr *,
655 int ns_newmsg_copy(ns_newmsg *, ns_msg *);
/NextBSD/lib/libc/resolv/
HDres_findzonecut.c81 static int save_ns(res_state, ns_msg *, ns_sect,
83 static int save_a(res_state, ns_msg *, ns_sect,
89 u_char *, ns_msg *);
282 ns_msg msg; in get_soa()
418 ns_msg msg; in get_ns()
457 ns_msg msg; in get_glue()
522 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns()
581 save_a(res_state statp, ns_msg *msg, ns_sect sect, in save_a()
676 u_char *resp, ns_msg *msg) in do_query()
HDres_debug.c147 ns_msg *handle, ns_sect section, in do_section()
276 ns_msg handle; in res_pquery()
/NextBSD/contrib/dma/
HDdns.c134 ns_msg msg; in dns_get_mx_list()