HomeSort by: relevance | last modified time | path
    Searched defs:RECURSIONOK (Results 1 - 3 of 3) sorted by relevancy

  /src/external/mpl/bind/dist/bin/plugins/
filter-a.c 98 #define RECURSIONOK(c) (((c)->query.attributes & NS_QUERYATTR_RECURSIONOK) != 0)
738 } else if (!qctx->authoritative && RECURSIONOK(qctx->client) &&
filter-aaaa.c 98 #define RECURSIONOK(c) (((c)->query.attributes & NS_QUERYATTR_RECURSIONOK) != 0)
742 } else if (!qctx->authoritative && RECURSIONOK(qctx->client) &&
  /src/external/mpl/bind/dist/lib/ns/
query.c 108 #define RECURSIONOK(c) (((c)->query.attributes & NS_QUERYATTR_RECURSIONOK) != 0)
1052 !(WANTRECURSION(client) && RECURSIONOK(client)) &&
1064 !RECURSIONOK(client))
1729 RECURSIONOK(client))
3069 if (!RECURSIONOK(client)) {
4321 (!RECURSIONOK(client) && rpzs->p.no_rd_ok == 0) ||
4367 client->manager->mctx, RECURSIONOK(client));
4423 if (RECURSIONOK(client)) {
5126 if (RECURSIONOK(client)) {
5866 qctx->qtype == dns_rdatatype_ds && !RECURSIONOK(qctx->client) &
    [all...]

Completed in 31 milliseconds