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

  /external/tcpdump/
nameser.h 120 #ifdef NOERROR
121 #undef NOERROR
127 #define NOERROR 0 /* no error */
  /bionic/libc/netbsd/resolv/
res_mkquery.c 149 hp->rcode = NOERROR;
259 *cp++ = NOERROR; /* extended RCODE */
res_query.c 141 hp->rcode = NOERROR; /* default */
183 if (hp->rcode != NOERROR || ntohs(hp->ancount) == 0) {
199 case NOERROR:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 110 #define NOERROR ns_r_noerror
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 110 #define NOERROR ns_r_noerror
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 110 #define NOERROR ns_r_noerror
  /bionic/libc/private/
arpa_nameser_compat.h 162 #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 401 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN))
405 if (!header->ra && header->rcode == NOERROR && ntohs(header->ancount) == 0 &&
432 header->rcode = NOERROR;
  /external/elfutils/libdwfl/
libdwflP.h 70 DWFL_ERROR (NOERROR, N_("no error")) \
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
tst-rxspencer.c 229 = { C(NOERROR), C(NOMATCH), C(BADPAT), C(ECOLLATE),
  /external/wpa_supplicant_6/wpa_supplicant/src/drivers/
ndis_events.c 168 return NOERROR;
  /external/wpa_supplicant_8/src/drivers/
ndis_events.c 162 return NOERROR;
  /external/chromium/chrome/browser/ui/views/
shell_dialogs_win.cc 804 if (SHGetDesktopFolder(shell_folder.Receive()) == NOERROR) {
    [all...]

Completed in 2881 milliseconds