HomeSort by: relevance | last modified time | path
    Searched refs:authoritative (Results 1 - 25 of 39) sorted by relevancy

1 2

  /src/external/mpl/dhcp/dist/keama/tests/samples/
simple.conf 14 # We're going to be authoritative for the network we've
17 authoritative;
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans2/
ans.py 51 authoritative = True variable in class:BadGoodDnameNsHandler
67 authoritative = False variable in class:Cname1Handler
74 authoritative = False variable in class:Cname2Handler
96 yield DnsResponseSend(qctx.response, authoritative=True)
119 yield DnsResponseSend(qctx.response, authoritative=True)
168 authoritative = False variable in class:PartialFormerrHandler
177 yield DnsResponseSend(qctx.response, authoritative=False)
  /src/external/mpl/bind/dist/bin/tests/system/shutdown/ns2/
named.conf.j2 35 # 10.53.0.2 is authoritative for .test domain
  /src/external/mpl/bind/dist/bin/tests/system/bailiwick/ans2/
ans.py 50 yield DnsResponseSend(response, authoritative=True)
72 yield DnsResponseSend(response, authoritative=False)
97 yield DnsResponseSend(response, authoritative=True)
  /src/external/mpl/bind/dist/bin/tests/system/resolver/ans10/
ans.py 37 yield DnsResponseSend(qctx.response, authoritative=False)
55 yield DnsResponseSend(qctx.response, authoritative=True)
  /src/external/mpl/dhcp/dist/common/
memory.c 149 g -> authoritative = group -> authoritative;
  /src/external/mpl/bind/dist/bin/tests/system/bailiwick/ans1/
ans.py 55 yield DnsResponseSend(response, authoritative=True)
  /src/external/mpl/bind/dist/bin/tests/system/digdelv/ans7/
ans.py 58 yield DnsResponseSend(qctx.response, authoritative=False)
  /src/external/bsd/tcpdump/dist/
print-lisp.c 439 uint8_t authoritative; local
441 authoritative = ((act_auth_inc_res >> 4) & 1);
443 if (authoritative)
444 ND_PRINT(" Authoritative,");
446 ND_PRINT(" Non-Authoritative,");
  /src/external/bsd/nsd/dist/contrib/
nsd.spec 1 Summary: NSD is a complete implementation of an authoritative DNS name server
17 NSD is a complete implementation of an authoritative DNS name server.
  /src/external/mpl/bind/dist/bin/tests/system/qmin/ans2/
ans.py 73 return DnsResponseSend(response, authoritative=False)
  /src/external/mpl/bind/dist/lib/ns/include/ns/
query.h 145 bool authoritative; member in struct:ns_query::__anon24182
203 bool authoritative; /* authoritative query? */ member in struct:query_ctx
  /src/external/bsd/unbound/dist/pythonmod/
pythonmod_utils.c 67 /* authoritative answer can't be stored in cache */
68 if (msgrep->authoritative) {
70 "Authoritative answer can't be stored");
ubmodule-tst.py 123 if (qstate.return_msg.rep.authoritative):
  /src/external/mpl/bind/dist/lib/dns/include/dns/
rpz.h 338 bool authoritative; member in struct:__anon24023::__anon24026
  /src/external/mpl/dhcp/bind/dist/lib/dns/include/dns/
rpz.h 329 bool authoritative; member in struct:__anon24276::__anon24279
  /src/external/mpl/bind/dist/bin/tests/system/resolver/
resolver_ans.py 89 yield DnsResponseSend(qctx.response, authoritative=False)
  /src/external/mpl/bind/dist/bin/tests/system/isctest/
asyncserver.py 327 Depending on the value of the `authoritative` property, this class may set
333 authoritative: bool | None = None
357 if self.authoritative is not None:
358 if self.authoritative:
703 def authoritative(self) -> bool | None: member in class:StaticResponseHandler
726 qctx.response, authoritative=self.authoritative, delay=self.delay
  /src/external/mpl/bind/dist/bin/plugins/
filter-a.c 738 } else if (!qctx->authoritative && RECURSIONOK(qctx->client) &&
798 * If we are authoritative, require an AAAA record to be
810 .only_if_aaaa_exists = qctx->authoritative,
filter-aaaa.c 742 } else if (!qctx->authoritative && RECURSIONOK(qctx->client) &&
801 * If we are authoritative, require an A record to be
813 .only_if_a_exists = qctx->authoritative,
  /src/external/bsd/unbound/dist/services/cache/
dns.c 637 msg->rep->authoritative = r->authoritative;
710 msg->rep->authoritative = 0; /* reply stored in cache can't be authoritative */
750 msg->rep->authoritative = 0; /* reply stored in cache can't be authoritative */
  /src/external/bsd/unbound/dist/util/data/
msgreply.h 132 * This flag informs unbound the answer is authoritative and
135 uint8_t authoritative; member in struct:reply_info
738 * authoritative.
  /src/external/mit/libuv/dist/
LINKS.md 2 * [BIND 9](https://bind.isc.org/): DNS software system including an authoritative server, a recursive resolver and related utilities.
  /src/external/mpl/bind/dist/lib/ns/
query.c 347 * 3. Identify authoritative data sources which may have an answer;
381 * (query_addsoa(), query_addauth()) and signatures if authoritative
555 * We only increment per-type if we're using the authoritative
1635 * Since we are looking for authoritative data, we do not set
1675 * For query context 'qctx', try finding authoritative additional data for
1708 * First, look within the same zone database for authoritative
1832 * First, look for authoritative additional data.
1841 * No authoritative data was found. The cache is our next best bet.
2337 (!qctx->authoritative && section == DNS_SECTION_AUTHORITY &&
3167 * Try the cache if we're authoritative for a
    [all...]
  /src/external/mpl/dhcp/dist/server/
confpars.c 350 | AUTHORITATIVE
351 | NOT AUTHORITATIVE
517 /* Copy the authoritative parameter from the subnet,
519 share->group->authoritative =
520 share->subnets->group->authoritative;
691 case AUTHORITATIVE:
692 group -> authoritative = 0;
693 goto authoritative;
700 case AUTHORITATIVE:
702 group -> authoritative = 1
    [all...]

Completed in 29 milliseconds

1 2