OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:REFUSED
(Results
1 - 12
of
12
) sorted by null
/external/smack/src/org/xbill/DNS/
Rcode.java
37
/** The operation was
refused
by the server */
38
public static final int
REFUSED
= 5;
83
rcodes.add(
REFUSED
, "
REFUSED
");
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h
115
#define
REFUSED
ns_r_refused
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
115
#define
REFUSED
ns_r_refused
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h
115
#define
REFUSED
ns_r_refused
/bionic/libc/private/
arpa_nameser_compat.h
167
#define
REFUSED
ns_r_refused
/external/dnsmasq/src/
nameser.h
133
#define
REFUSED
5 /* query
refused
*/
forward.c
409
my_syslog(LOG_WARNING, _("nameserver %s
refused
to do a recursive query"), daemon->namebuff);
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
935
header->rcode =
REFUSED
;
[
all
...]
/external/tcpdump/
nameser.h
132
#define
REFUSED
5 /* query
refused
*/
/bionic/libc/netbsd/resolv/
res_query.c
204
case
REFUSED
:
res_send.c
[
all
...]
/bionic/libc/netbsd/net/
getaddrinfo.c
[
all
...]
Completed in 65 milliseconds