Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libc/nameser/
H A Dns_parse.c40 static void setsection(ns_msg *msg, ns_sect sect);
76 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()
265 setsection(ns_msg *msg, ns_sect sect) { in setsection()
H A Dns_print.c88 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
/freebsd-14.2/lib/libc/resolv/
H A Dres_findzonecut.c80 static int save_ns(res_state, ns_msg *, ns_sect,
82 static int save_a(res_state, ns_msg *, ns_sect,
88 u_char *, ns_msg *);
281 ns_msg msg; in get_soa()
417 ns_msg msg; in get_ns()
456 ns_msg msg; in get_glue()
521 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns()
580 save_a(res_state statp, ns_msg *msg, ns_sect sect, in save_a()
675 u_char *resp, ns_msg *msg) in do_query()
H A Dres_debug.c145 ns_msg *handle, ns_sect section, in do_section()
274 ns_msg handle; in res_pquery()
/freebsd-14.2/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-14.2/contrib/dma/
H A Ddns.c135 ns_msg msg; in dns_get_mx_list()