Searched refs:ns_msg_getflag (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 187 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode); in do_section() 302 opcode = ns_msg_getflag(handle, ns_f_opcode); in res_pquery() 303 rcode = ns_msg_getflag(handle, ns_f_rcode); in res_pquery() 321 if (ns_msg_getflag(handle, ns_f_qr)) in res_pquery() 323 if (ns_msg_getflag(handle, ns_f_aa)) in res_pquery() 325 if (ns_msg_getflag(handle, ns_f_tc)) in res_pquery() 327 if (ns_msg_getflag(handle, ns_f_rd)) in res_pquery() 329 if (ns_msg_getflag(handle, ns_f_ra)) in res_pquery() 331 if (ns_msg_getflag(handle, ns_f_z)) in res_pquery() 333 if (ns_msg_getflag(handle, ns_f_ad)) in res_pquery() [all …]
|
H A D | res_findzonecut.c | 306 rcode = ns_msg_getflag(msg, ns_f_rcode); in get_soa()
|
/illumos-gate/usr/src/head/arpa/ |
H A D | nameser.h | 570 #define ns_msg_getflag __ns_msg_getflag macro 623 int ns_msg_getflag(ns_msg, int);
|
/illumos-gate/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_newmsg.c | 63 ns_newmsg_flag(handle, flag, ns_msg_getflag(*msg, flag)); in ns_newmsg_copy()
|
H A D | ns_parse.c | 69 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag() function
|