Searched refs:ns_msg_getflag (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 192 opcode = (ns_opcode) ns_msg_getflag(*handle, ns_f_opcode); in do_section() 307 opcode = ns_msg_getflag(handle, ns_f_opcode); in res_pquery() 308 rcode = ns_msg_getflag(handle, ns_f_rcode); in res_pquery() 326 if (ns_msg_getflag(handle, ns_f_qr)) in res_pquery() 328 if (ns_msg_getflag(handle, ns_f_aa)) in res_pquery() 330 if (ns_msg_getflag(handle, ns_f_tc)) in res_pquery() 332 if (ns_msg_getflag(handle, ns_f_rd)) in res_pquery() 334 if (ns_msg_getflag(handle, ns_f_ra)) in res_pquery() 336 if (ns_msg_getflag(handle, ns_f_z)) in res_pquery() 338 if (ns_msg_getflag(handle, ns_f_ad)) in res_pquery() [all …]
|
H A D | res_findzonecut.c | 310 rcode = ns_msg_getflag(msg, ns_f_rcode); in get_soa()
|
/titanic_50/usr/src/head/arpa/ |
H A D | nameser.h | 562 #define ns_msg_getflag __ns_msg_getflag macro 614 int ns_msg_getflag(ns_msg, int);
|
/titanic_50/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_newmsg.c | 67 ns_newmsg_flag(handle, flag, ns_msg_getflag(*msg, flag)); in ns_newmsg_copy()
|
H A D | ns_parse.c | 75 int ns_msg_getflag(ns_msg handle, int flag) { in ns_msg_getflag() function
|