Searched refs:ns_s_qd (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libc/nameser/ |
H A D | ns_parse.c | 88 if (section != ns_s_qd) { in ns_skiprr() 176 if (section == ns_s_qd) { in ns_parserr() 238 if (section == ns_s_qd) { in ns_parserr2()
|
/freebsd/lib/libc/resolv/ |
H A D | res_debug.c | 178 if (section == ns_s_qd) in do_section() 281 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery() 316 p_section(ns_s_qd, opcode), qdcount); in res_pquery() 331 do_section(statp, &handle, ns_s_qd, RES_PRF_QUES, file); in res_pquery() 415 {ns_s_qd, "QUERY", (char *)0},
|
/freebsd/include/arpa/ |
H A D | nameser.h | 99 ns_s_qd = 0, /*%< Query: Question. */ enumerator
|