Searched refs:ns_msg (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_newmsg.c | 43 ns_msg *msg = &handle->msg; in ns_newmsg_init() 61 ns_newmsg_copy(ns_newmsg *handle, ns_msg *msg) { in ns_newmsg_copy() 102 ns_msg *msg = &handle->msg; in ns_newmsg_id() 113 ns_msg *msg = &handle->msg; in ns_newmsg_flag() 126 ns_msg *msg = &handle->msg; in ns_newmsg_q() 161 ns_msg *msg = &handle->msg; in ns_newmsg_rr() 199 ns_msg *msg = &handle->msg; in ns_newmsg_done() 221 ns_msg *msg = &handle->msg; in rdcpy()
|
H A D | ns_parse.c | 39 static void setsection(ns_msg *msg, ns_sect sect); 75 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag() 104 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() 203 ns_parserr2(ns_msg *handle, ns_sect section, int rrnum, ns_rr2 *rr) { in ns_parserr2() 264 setsection(ns_msg *msg, ns_sect sect) { in setsection()
|
H A D | ns_print.c | 82 ns_sprintrr(const ns_msg *handle, const ns_rr *rr, in ns_sprintrr()
|
/titanic_50/usr/src/head/arpa/ |
H A D | nameser.h | 144 } ns_msg; typedef 151 ns_msg msg; 614 int ns_msg_getflag(ns_msg, int); 619 int ns_initparse(const uchar_t *, int, ns_msg *); 621 int ns_parserr(ns_msg *, ns_sect, int, ns_rr *); 622 int ns_parserr2(ns_msg *, ns_sect, int, ns_rr2 *); 623 int ns_sprintrr(const ns_msg *, const ns_rr *, 675 int ns_newmsg_copy(ns_newmsg *, ns_msg *);
|
/titanic_50/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_findzonecut.c | 78 static int save_ns(res_state, ns_msg *, ns_sect, 80 static int save_a(res_state, ns_msg *, ns_sect, 86 u_char *, ns_msg *); 277 ns_msg msg; in get_soa() 413 ns_msg msg; in get_ns() 452 ns_msg msg; in get_glue() 517 save_ns(res_state statp, ns_msg *msg, ns_sect sect, in save_ns() 576 save_a(res_state statp, ns_msg *msg, ns_sect sect, in save_a() 671 u_char *resp, ns_msg *msg) in do_query()
|
H A D | res_debug.c | 170 ns_msg *handle, ns_sect section, in do_section() 299 ns_msg handle; in res_pquery()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/krb5/os/ |
H A D | dnsglue.c | 60 ns_msg msg;
|