HomeSort by relevance Sort by last modified time
    Searched full:rcode (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /external/dnsmasq/contrib/try-all-ns/
dnsmasq-2.47_no_nxdomain_until_end.patch 9 + if ( (header->rcode == NXDOMAIN) && ((daemon->options & OPT_ORDER) != 0) && (server->next != NULL) )
10 + header->rcode = SERVFAIL;
12 if ((header->rcode == SERVFAIL || header->rcode == REFUSED) &&
dnsmasq-2.35-try-all-ns.patch 21 + && header->rcode == NXDOMAIN ) header->rcode = SERVFAIL;
23 if ((header->rcode == SERVFAIL || header->rcode == REFUSED) && forward->forwardall == 0)
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.cpp 89 byte rcode; local
104 rcode = dispatchPkt( tokSETUP, ep, nak_limit ); //dispatch packet
106 if( rcode ) { //return HRSLT if not zero
108 Serial.print( rcode, HEX );
109 return( rcode );
113 rcode = ctrlData( addr, ep, nbytes, dataptr, direction );
115 if( rcode ) { //return error
117 Serial.print( rcode, HEX );
118 return( rcode );
120 rcode = ctrlStatus( ep, direction ); //status stage
127 byte rcode; local
139 byte rcode; local
157 byte rcode; local
193 byte rcode; local
233 byte rcode, retry_count; local
296 byte rcode; local
338 byte rcode; local
    [all...]
Max3421e.cpp 292 byte rcode = 0; local
298 rcode = IntHandler();
305 return( rcode );
  /external/smack/src/org/xbill/DNS/
Rcode.java 11 public final class Rcode {
13 private static Mnemonic rcodes = new Mnemonic("DNS Rcode",
16 private static Mnemonic tsigrcodes = new Mnemonic("TSIG rcode",
103 Rcode() {}
105 /** Converts a numeric Rcode into a String */
111 /** Converts a numeric TSIG extended Rcode into a String */
117 /** Converts a String representation of an Rcode into its numeric value */
TSIG.java 213 if (error != Rcode.BADTIME)
219 if (error == Rcode.NOERROR || error == Rcode.BADTIME)
264 if (error == Rcode.BADTIME) {
299 apply(m, Rcode.NOERROR, old);
344 Rcode.NOERROR, other);
360 * @return The result of the verification (as an Rcode)
361 * @see Rcode
369 return Rcode.FORMERR;
374 return Rcode.BADKEY
    [all...]
Header.java 164 * Sets the message's rcode
165 * @see Rcode
170 throw new IllegalArgumentException("DNS Rcode " + value +
177 * Retrieves the mesasge's rcode
178 * @see Rcode
259 sb.append(", status: " + Rcode.string(newrcode));
OPTRecord.java 41 * @param xrcode The value of the extended rcode field. This is the upper
42 * 16 bits of the full rcode.
68 * @param xrcode The value of the extended rcode field. This is the upper
69 * 16 bits of the full rcode.
130 * Returns the extended Rcode
131 * @see Rcode
Cache.java 601 int rcode = in.getHeader().getRcode(); local
608 if ((rcode != Rcode.NOERROR && rcode != Rcode.NXDOMAIN) ||
675 int cachetype = (rcode == Rcode.NXDOMAIN) ? 0 : qtype;
676 if (rcode == Rcode.NXDOMAIN || soa != null || ns == null) {
685 if (rcode == Rcode.NXDOMAIN
    [all...]
Flags.java 71 * the rcode or opcode, it's not.
ZoneTransferIn.java 533 if (response.getHeader().getRcode() == Rcode.NOERROR &&
539 if (error != Rcode.NOERROR)
546 int rcode = response.getRcode(); local
547 if (rcode != Rcode.NOERROR) {
549 rcode == Rcode.NOTIMP)
555 fail(Rcode.string(rcode));
TSIGRecord.java 118 sb.append (Rcode.TSIGstring(error));
128 if (error == Rcode.BADTIME) {
Message.java 315 * Returns the message's rcode (error code). This incorporates the EDNS
316 * extended rcode.
320 int rcode = header.getRcode(); local
323 rcode += (opt.getExtendedRcode() << 4);
324 return rcode;
Lookup.java 477 int rcode = response.getHeader().getRcode(); local
478 if (rcode != Rcode.NOERROR && rcode != Rcode.NXDOMAIN) {
482 badresponse_error = Rcode.string(rcode);
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSOperationCode.java 38 * DNS RCode types are encoded on the last 4 bits
  /external/chromium_org/net/dns/
dns_transaction_unittest.cc 91 // Add no-answer (RCODE only) response matching the query.
92 void AddRcode(int rcode, IoMode mode) {
99 header->flags |= base::HostToNet16(dns_protocol::kFlagResponse | rcode);
412 // no answer and RCODE set to |rcode|. The id will be generated randomly.
415 int rcode,
418 CHECK_NE(dns_protocol::kRcodeNOERROR, rcode);
422 data->AddRcode(rcode, mode);
426 void AddAsyncQueryAndRcode(const char* dotted_name, uint16 qtype, int rcode) {
427 AddQueryAndRcode(dotted_name, qtype, rcode, ASYNC, false)
    [all...]
dns_response.h 131 uint16 flags() const; // excluding rcode
132 uint8 rcode() const;
  /external/dnsmasq/src/
forward.c 413 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN))
417 if (!header->ra && header->rcode == NOERROR && ntohs(header->ancount) == 0 &&
426 if (daemon->bogus_addr && header->rcode != NXDOMAIN &&
430 header->rcode = NXDOMAIN;
435 if (header->rcode == NXDOMAIN &&
444 header->rcode = NOERROR;
508 if ((header->rcode == SERVFAIL || header->rcode == REFUSED) &&
536 if (header->rcode == SERVFAIL || header->rcode == REFUSED
    [all...]
  /bionic/libc/dns/resolv/
res_query.c 142 hp->rcode = NOERROR; /* default */
184 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
187 printf(";; rcode = (%s), counts = an:%d ns:%d ar:%d\n",
188 p_rcode(hp->rcode),
193 switch (hp->rcode) {
326 if (hp->rcode == SERVFAIL) {
  /external/llvm/test/Transforms/Inline/
devirtualize-3.ll 28 define internal void @quit(%struct.cont_t* %cont, i32 %rcode) nounwind ssp {
30 call void @exit(i32 %rcode) noreturn
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
nameser_compat.h 62 unsigned rcode :4; /*%< response code */ member in struct:__anon46309
72 unsigned rcode :4; /*%< response code */ member in struct:__anon46309
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 62 unsigned rcode :4; /*%< response code */ member in struct:__anon48045
72 unsigned rcode :4; /*%< response code */ member in struct:__anon48045
  /prebuilts/misc/common/swig/include/2.0.11/tcl/
tclrun.swg 309 int rcode;
375 rcode = (method_wrapper)(clientData,interp,objc,objv);
378 return rcode;
393 rcode = (*attr->getmethod)(clientData,interp,2, objv);
396 return rcode;
427 rcode = (*attr->setmethod)(clientData,interp,3, &objv[i-1]);
430 if (rcode != TCL_OK) return rcode;
  /bionic/libc/kernel/uapi/linux/
firewire-cdev.h 59 __u32 rcode; member in struct:fw_cdev_event_response
119 __u32 rcode; member in struct:fw_cdev_event_phy_packet
190 __u32 rcode; member in struct:fw_cdev_send_response
  /development/ndk/platforms/android-L/include/linux/
firewire-cdev.h 59 __u32 rcode; member in struct:fw_cdev_event_response
119 __u32 rcode; member in struct:fw_cdev_event_phy_packet
190 __u32 rcode; member in struct:fw_cdev_send_response

Completed in 664 milliseconds

1 2 3 4