HomeSort by: relevance | last modified time | path
    Searched refs:DNS_ZTFIND_NOEXACT (Results 1 - 9 of 9) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/include/dns/
zt.h 31 DNS_ZTFIND_NOEXACT = 1 << 1,
97 * \li If the DNS_ZTFIND_NOEXACT option is set, the closest matching
105 * \li DNS_ZTFIND_EXACT and DNS_ZTFIND_NOEXACT are not both set
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
zt.h 28 #define DNS_ZTFIND_NOEXACT 0x01
99 * \li If the DNS_ZTFIND_NOEXACT is set, the best partial match (if any)
  /src/external/mpl/bind/dist/lib/dns/
zt.c 174 dns_ztfind_t exactmask = DNS_ZTFIND_NOEXACT | DNS_ZTFIND_EXACT;
188 if (exactopts == DNS_ZTFIND_NOEXACT && result == ISC_R_SUCCESS)
view.c 1113 ztoptions |= DNS_ZTFIND_NOEXACT;
resolver.c 6810 dns_ztfind_t options = DNS_ZTFIND_NOEXACT | DNS_ZTFIND_MIRROR;
  /src/external/mpl/dhcp/bind/dist/lib/dns/
zt.c 170 if ((options & DNS_ZTFIND_NOEXACT) != 0) {
view.c 1327 ztoptions |= DNS_ZTFIND_NOEXACT;
resolver.c 7204 unsigned int options = DNS_ZTFIND_NOEXACT | DNS_ZTFIND_MIRROR;
  /src/external/mpl/bind/dist/lib/ns/
query.c 1210 ztoptions |= DNS_ZTFIND_NOEXACT;

Completed in 37 milliseconds