Searched refs:ns_s_qd (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/lib/libresolv2/common/nameser/ |
H A D | ns_newmsg.c | 48 msg->_sect = ns_s_qd; in ns_newmsg_init() 68 for (sect = ns_s_qd; sect < ns_s_max; sect++) { in ns_newmsg_copy() 78 if (sect == ns_s_qd) in ns_newmsg_copy() 130 if (msg->_sect != ns_s_qd) { in ns_newmsg_q() 136 msg->_sections[ns_s_qd] = t; in ns_newmsg_q() 149 msg->_counts[ns_s_qd] = ++msg->_rrnum; in ns_newmsg_q()
|
H A D | ns_parse.c | 90 if (section != ns_s_qd) { in ns_skiprr() 178 if (section == ns_s_qd) { in ns_parserr() 240 if (section == ns_s_qd) { in ns_parserr2()
|
H A D | ns_verify.c | 75 n = ns_skiprr(cp, eom, ns_s_qd, ntohs(hp->qdcount)); in ns_find_tsig()
|
/titanic_41/usr/src/lib/libresolv2/common/resolv/ |
H A D | res_debug.c | 207 if (section == ns_s_qd) in do_section() 310 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery() 345 p_section(ns_s_qd, opcode), qdcount); in res_pquery() 360 do_section(statp, &handle, ns_s_qd, RES_PRF_QUES, file); in res_pquery() 447 {ns_s_qd, "QUERY", (char *)0},
|
/titanic_41/usr/src/head/arpa/ |
H A D | nameser.h | 110 ns_s_qd = 0, /* Query: Question. */ enumerator
|