Home
last modified time | relevance | path

Searched refs:ns_s_qd (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libresolv2/common/nameser/
H A Dns_newmsg.c44 msg->_sect = ns_s_qd; in ns_newmsg_init()
64 for (sect = ns_s_qd; sect < ns_s_max; sect++) { in ns_newmsg_copy()
74 if (sect == ns_s_qd) in ns_newmsg_copy()
126 if (msg->_sect != ns_s_qd) { in ns_newmsg_q()
132 msg->_sections[ns_s_qd] = t; in ns_newmsg_q()
145 msg->_counts[ns_s_qd] = ++msg->_rrnum; in ns_newmsg_q()
H A Dns_parse.c84 if (section != ns_s_qd) { in ns_skiprr()
172 if (section == ns_s_qd) { in ns_parserr()
234 if (section == ns_s_qd) { in ns_parserr2()
H A Dns_verify.c69 n = ns_skiprr(cp, eom, ns_s_qd, ntohs(hp->qdcount)); in ns_find_tsig()
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_debug.c202 if (section == ns_s_qd) in do_section()
305 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery()
340 p_section(ns_s_qd, opcode), qdcount); in res_pquery()
355 do_section(statp, &handle, ns_s_qd, RES_PRF_QUES, file); in res_pquery()
442 {ns_s_qd, "QUERY", (char *)0},
/illumos-gate/usr/src/lib/libadutils/common/
H A Dsrv_query.c112 len = ns_skiprr(ptr, eom, ns_s_qd, qdcount); in srv_getdom()
280 len = ns_skiprr(ptr, eom, ns_s_qd, qdcount); in srv_parse()
/illumos-gate/usr/src/head/arpa/
H A Dnameser.h111 ns_s_qd = 0, /* Query: Question. */ enumerator