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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/arpa/
nameser_compat.h 113 #define NXDOMAIN ns_r_nxdomain
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 113 #define NXDOMAIN ns_r_nxdomain
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/arpa/
nameser_compat.h 113 #define NXDOMAIN ns_r_nxdomain
  /bionic/libc/private/
arpa_nameser_compat.h 165 #define NXDOMAIN ns_r_nxdomain
  /external/dnsmasq/src/
nameser.h 131 #define NXDOMAIN 3 /* non existent domain */
forward.c 401 if (header->opcode != QUERY || (header->rcode != NOERROR && header->rcode != NXDOMAIN))
414 if (daemon->bogus_addr && header->rcode != NXDOMAIN &&
418 header->rcode = NXDOMAIN;
423 if (header->rcode == NXDOMAIN &&
428 an unknown type) and the answer is NXDOMAIN, convert that to NODATA,
452 /* the bogus-nxdomain stuff, doctor and NXDOMAIN->NODATA munging can all elide
859 bogus-nxdomain side-effects. */
rfc1035.c 662 int flags = header->rcode == NXDOMAIN ? F_NXDOMAIN : 0;
917 header->rcode = NXDOMAIN;
973 If so mung is into an NXDOMAIN reply and also put that information
1141 int nxdomain = 0, auth = 1, trunc = 0; local
1282 nxdomain = 1;
    [all...]
  /external/tcpdump/
nameser.h 130 #define NXDOMAIN 3 /* non existent domain */
  /bionic/libc/netbsd/resolv/
res_query.c 193 case NXDOMAIN:
  /bionic/libc/netbsd/net/
getaddrinfo.c     [all...]

Completed in 65 milliseconds