OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IQUERY
(Results
1 - 9
of
9
) sorted by null
/external/smack/src/org/xbill/DNS/
Opcode.java
17
public static final int
IQUERY
= 1;
39
opcodes.add(
IQUERY
, "
IQUERY
");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h
105
#define
IQUERY
ns_o_iquery
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
105
#define
IQUERY
ns_o_iquery
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
105
#define
IQUERY
ns_o_iquery
/bionic/libc/netbsd/resolv/
res_mkquery.c
196
case
IQUERY
:
/bionic/libc/private/
arpa_nameser_compat.h
157
#define
IQUERY
ns_o_iquery
/external/dnsmasq/src/
nameser.h
121
#define
IQUERY
0x1 /* inverse query */
/external/tcpdump/
nameser.h
92
#define
IQUERY
0x1 /* inverse query */
print-domain.c
654
if (DNS_OPCODE(np) ==
IQUERY
) {
Completed in 116 milliseconds