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

  /src/external/mpl/bind/dist/lib/dns/include/dns/
resolver.h 107 typedef enum { dns_quotatype_zone = 0, dns_quotatype_server } dns_quotatype_t; enumerator in enum:__anon24019
566 * \li 'which' to be dns_quotatype_zone or dns_quotatype_server
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
resolver.h 90 typedef enum { dns_quotatype_zone = 0, dns_quotatype_server } dns_quotatype_t; enumerator in enum:__anon24273
731 * \li 'which' to be dns_quotatype_zone or dns_quotatype_server
  /src/external/mpl/dhcp/bind/dist/lib/dns/
resolver.c 4047 result = res->quotaresp[dns_quotatype_server];
10623 res->quotaresp[dns_quotatype_server] = DNS_R_SERVFAIL;
12055 REQUIRE(which == dns_quotatype_zone || which == dns_quotatype_server);
12064 REQUIRE(which == dns_quotatype_zone || which == dns_quotatype_server);
  /src/external/mpl/bind/dist/lib/dns/
resolver.c 3774 result = res->quotaresp[dns_quotatype_server];
10449 res->quotaresp[dns_quotatype_server] = DNS_R_SERVFAIL;
11560 REQUIRE(which == dns_quotatype_zone || which == dns_quotatype_server);
11569 REQUIRE(which == dns_quotatype_zone || which == dns_quotatype_server);
  /src/external/mpl/bind/dist/bin/named/
server.c 4991 dns_quotatype_server, r);

Completed in 52 milliseconds