Home
last modified time | relevance | path

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

/freebsd-13-stable/lib/libc/nameser/
HDns_parse.c92 if (section != ns_s_qd) { in ns_skiprr()
180 if (section == ns_s_qd) { in ns_parserr()
242 if (section == ns_s_qd) { in ns_parserr2()
/freebsd-13-stable/lib/libc/resolv/
HDres_debug.c183 if (section == ns_s_qd) in do_section()
286 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery()
321 p_section(ns_s_qd, opcode), qdcount); in res_pquery()
336 do_section(statp, &handle, ns_s_qd, RES_PRF_QUES, file); in res_pquery()
420 {ns_s_qd, "QUERY", (char *)0},
/freebsd-13-stable/include/arpa/
HDnameser.h99 ns_s_qd = 0, /*%< Query: Question. */ enumerator