Home
last modified time | relevance | path

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

/freebsd/lib/libc/nameser/
H A Dns_parse.c37 static void setsection(ns_msg *msg, ns_sect sect);
73 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag()
102 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse()
138 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
201 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
262 setsection(ns_msg *msg, ns_sect sect) { in setsection()
H A Dns_print.c85 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
/freebsd/lib/libc/resolv/
H A Dres_findzonecut.c77 static int save_ns(res_state, ns_msg *, ns_sect,
79 static int save_a(res_state, ns_msg *, ns_sect,
85 u_char *, ns_msg *);
278 ns_msg msg; in get_soa()
414 ns_msg msg; in get_ns()
453 ns_msg msg; in get_glue()
518 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns()
577 save_a(res_state statp, ns_msg *msg, ns_sect sect, in save_a()
672 u_char *resp, ns_msg *msg) in do_query()
H A Dres_debug.c141 ns_msg *handle, ns_sect section, in do_section()
270 ns_msg handle; in res_pquery()
/freebsd/include/arpa/
H A Dnameser.h133 } ns_msg; typedef
564 int ns_msg_getflag(ns_msg, int);
569 int ns_initparse(const u_char *, int, ns_msg *);
571 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
572 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *);
573 int ns_sprintrr(const ns_msg *, const ns_rr *,
/freebsd/contrib/dma/
H A Ddns.c135 ns_msg msg; in dns_get_mx_list()