HomeSort by relevance Sort by last modified time
    Searched refs:NOERROR (Results 1 - 25 of 34) sorted by null

1 2

  /external/smack/src/org/xbill/DNS/
Rcode.java 20 public static final int NOERROR = 0;
77 rcodes.add(NOERROR, "NOERROR");
TSIG.java 219 if (error == Rcode.NOERROR || error == Rcode.BADTIME)
299 apply(m, Rcode.NOERROR, old);
344 Rcode.NOERROR, other);
441 return Rcode.NOERROR;
516 if (result == Rcode.NOERROR) {
552 return Rcode.NOERROR;
588 return Rcode.NOERROR;
ZoneTransferIn.java 533 if (response.getHeader().getRcode() == Rcode.NOERROR &&
539 if (error != Rcode.NOERROR)
547 if (rcode != Rcode.NOERROR) {
Cache.java 608 if ((rcode != Rcode.NOERROR && rcode != Rcode.NXDOMAIN) ||
702 } else if (rcode == Rcode.NOERROR && ns != null) {
  /external/tcpdump/
nameser.h 120 #ifdef NOERROR
121 #undef NOERROR
127 #define NOERROR 0 /* no error */
  /bionic/libc/dns/resolv/
res_mkquery.c 149 hp->rcode = NOERROR;
259 *cp++ = NOERROR; /* extended RCODE */
res_query.c 142 hp->rcode = NOERROR; /* default */
184 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
200 case NOERROR:
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/arpa/
nameser_compat.h 111 #define NOERROR ns_r_noerror
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/arpa/
nameser_compat.h 111 #define NOERROR ns_r_noerror
  /bionic/libc/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror
  /development/ndk/platforms/android-L/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror
  /external/dnsmasq/src/
nameser.h 128 #define NOERROR 0 /* no error */
rfc1035.c 915 header->rcode = NOERROR; /* empty domain */
920 header->rcode = NOERROR;
928 header->rcode = NOERROR;
    [all...]
forward.c 413 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN))
417 if (!header->ra && header->rcode == NOERROR && ntohs(header->ancount) == 0 &&
444 header->rcode = NOERROR;
    [all...]
  /external/libpcap/Win32/Include/arpa/
nameser.h 130 #define NOERROR 0 /* no error */
  /prebuilts/gcc/darwin-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 173 #define NOERROR ns_r_noerror
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/include-fixed/arpa/
nameser_compat.h 173 #define NOERROR ns_r_noerror
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/arpa/
nameser_compat.h 164 #define NOERROR ns_r_noerror
  /external/chromium_org/third_party/webrtc/modules/video_capture/windows/
device_info_ds.cc 115 if (hr != NOERROR)
164 if (hr != NOERROR)
294 if (hr != NOERROR)
    [all...]
  /external/chromium_org/components/storage_monitor/
storage_monitor_win.cc 160 if (SHGetSpecialFolderLocation(NULL, CSIDL_DRIVES, &id_list) == NOERROR) {

Completed in 377 milliseconds

1 2