Searched refs:ns_s_qd (Results 1 – 3 of 3) sorted by relevance
/bionic/libc/dns/nameser/ |
D | ns_parse.c | 90 if (section != ns_s_qd) { in ns_skiprr() 179 if (section == ns_s_qd) { in ns_parserr() 242 if (section == ns_s_qd) { in ns_parserr2()
|
/bionic/libc/dns/resolv/ |
D | res_debug.c | 195 if (section == ns_s_qd) in do_section() 299 qdcount = ns_msg_count(handle, ns_s_qd); in res_pquery() 334 p_section(ns_s_qd, (int)opcode), qdcount); in res_pquery() 349 do_section(statp, &handle, ns_s_qd, RES_PRF_QUES, file); in res_pquery() 433 {ns_s_qd, "QUERY", (char *)0},
|
/bionic/libc/include/arpa/ |
D | nameser.h | 98 ns_s_qd = 0, /* Query: Question. */ enumerator
|