Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c39 ns_msg *msg = &handle->msg; in ns_newmsg_init()
57 ns_newmsg_copy(ns_newmsg *handle, ns_msg *msg) { in ns_newmsg_copy()
98 ns_msg *msg = &handle->msg; in ns_newmsg_id()
109 ns_msg *msg = &handle->msg; in ns_newmsg_flag()
122 ns_msg *msg = &handle->msg; in ns_newmsg_q()
157 ns_msg *msg = &handle->msg; in ns_newmsg_rr()
195 ns_msg *msg = &handle->msg; in ns_newmsg_done()
217 ns_msg *msg = &handle->msg; in rdcpy()
H A Dns_parse.c33 static void setsection(ns_msg *msg, ns_sect sect);
69 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag()
98 ns_initparse(const u_char *msg, int msglen, ns_msg *handle) { in ns_initparse()
134 ns_parserr(ns_msg *handle, ns_sect section, int rrnum, ns_rr *rr) { in ns_parserr()
197 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2()
258 setsection(ns_msg *msg, ns_sect sect) { in setsection()
H A Dns_print.c77 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h145 } ns_msg; typedef
152 ns_msg msg;
623 int ns_msg_getflag(ns_msg, int);
628 int ns_initparse(const uchar_t *, int, ns_msg *);
630 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *);
631 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *);
632 int ns_sprintrr(const ns_msg *, const ns_rr *,
685 int ns_newmsg_copy(ns_newmsg *, ns_msg *);
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_findzonecut.c74 static int save_ns(res_state, ns_msg *, ns_sect,
76 static int save_a(res_state, ns_msg *, ns_sect,
82 u_char *, ns_msg *);
273 ns_msg msg; in get_soa()
409 ns_msg msg; in get_ns()
448 ns_msg msg; in get_glue()
513 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns()
572 save_a(res_state statp, ns_msg *msg, ns_sect sect, in save_a()
667 u_char *resp, ns_msg *msg) in do_query()
H A Dres_debug.c165 ns_msg *handle, ns_sect section, in do_section()
294 ns_msg handle; in res_pquery()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Ddnsglue.c60 ns_msg msg;