OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SERVFAIL
(Results
1 - 12
of
12
) sorted by null
/external/smack/src/org/xbill/DNS/
Rcode.java
26
public static final int
SERVFAIL
= 2;
79
rcodes.add(
SERVFAIL
, "
SERVFAIL
");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h
112
#define
SERVFAIL
ns_r_servfail
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
112
#define
SERVFAIL
ns_r_servfail
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
112
#define
SERVFAIL
ns_r_servfail
/bionic/libc/netbsd/resolv/
res_query.c
196
case
SERVFAIL
:
325
if (hp->rcode ==
SERVFAIL
) {
res_send.c
[
all
...]
/bionic/libc/private/
arpa_nameser_compat.h
164
#define
SERVFAIL
ns_r_servfail
/external/dnsmasq/src/
nameser.h
130
#define
SERVFAIL
2 /* server failure */
forward.c
496
if ((header->rcode ==
SERVFAIL
|| header->rcode == REFUSED) &&
524
if (header->rcode ==
SERVFAIL
|| header->rcode == REFUSED)
548
(header->rcode != REFUSED && header->rcode !=
SERVFAIL
))
rfc1035.c
913
header->rcode =
SERVFAIL
; /* couldn't get memory */
[
all
...]
/external/tcpdump/
nameser.h
129
#define
SERVFAIL
2 /* server failure */
/bionic/libc/netbsd/net/
getaddrinfo.c
[
all
...]
Completed in 128 milliseconds