OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NXDOMAIN
(Results
1 - 8
of
8
) sorted by null
/external/smack/src/org/xbill/DNS/
Rcode.java
29
public static final int
NXDOMAIN
= 3;
80
rcodes.add(
NXDOMAIN
, "
NXDOMAIN
");
SetResponse.java
26
static final int
NXDOMAIN
= 1;
59
private static final SetResponse
nxdomain
= new SetResponse(
NXDOMAIN
);
field in class:SetResponse
87
case
NXDOMAIN
:
88
return
nxdomain
;
121
return (type ==
NXDOMAIN
);
192
case
NXDOMAIN
: return "
NXDOMAIN
";
/bionic/libc/private/
arpa_nameser_compat.h
165
#define
NXDOMAIN
ns_r_nxdomain
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h
113
#define
NXDOMAIN
ns_r_nxdomain
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
113
#define
NXDOMAIN
ns_r_nxdomain
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
113
#define
NXDOMAIN
ns_r_nxdomain
/external/dnsmasq/src/
nameser.h
131
#define
NXDOMAIN
3 /* non existent domain */
/external/tcpdump/
nameser.h
130
#define
NXDOMAIN
3 /* non existent domain */
Completed in 361 milliseconds