/bionic/libc/netbsd/nameser/ |
ns_parse.c | 89 if (section != ns_s_qd) { 176 if (section == ns_s_qd) {
|
/bionic/libc/netbsd/resolv/ |
res_debug.c | 197 if (section == ns_s_qd) 254 qdcount = ns_msg_count(handle, ns_s_qd); 289 p_section(ns_s_qd, (int)opcode), qdcount); 304 do_section(statp, &handle, ns_s_qd, RES_PRF_QUES, file); 390 {ns_s_qd, "QUERY", (char *)0},
|
/bionic/libc/private/ |
arpa_nameser.h | 95 ns_s_qd = 0, /* Query: Question. */ enumerator in enum:__ns_sect
|
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/ |
nameser.h | 97 ns_s_qd = 0, /* Query: Question. */ enumerator in enum:__ns_sect
|