| /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/shutdown/ns2/ |
| named.conf.j2 | 35 # 10.53.0.2 is authoritative for .test domain
|
| /src/external/mpl/bind/dist/bin/tests/system/statistics/ans4/ |
| ans.py | 53 yield DnsResponseSend(qctx.response, authoritative=False) 71 yield DnsResponseSend(qctx.response, authoritative=False) 89 yield DnsResponseSend(qctx.response, authoritative=False) 116 yield DnsResponseSend(qctx.response, authoritative=True) 129 yield DnsResponseSend(qctx.response, authoritative=True) 139 yield DnsResponseSend(qctx.response, authoritative=True) 151 yield DnsResponseSend(qctx.response, authoritative=False) 159 yield DnsResponseSend(qctx.response, authoritative=False)
|
| /src/external/mpl/bind/dist/bin/tests/system/bailiwick/ans2/ |
| ans.py | 55 yield DnsResponseSend(response, authoritative=True) 77 yield DnsResponseSend(response, authoritative=False) 102 yield DnsResponseSend(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 | 60 yield DnsResponseSend(response, authoritative=True)
|
| /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 | 74 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):
|
| interface.i | 396 uint16_t authoritative; 1237 %constant uint16_t PKT_AA = 2; /* Authoritative Answer - server flag */ 1403 qstate.return_msg.rep.authoritative = 1
|
| /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/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/bind/dist/bin/tests/system/isctest/ |
| asyncserver.py | 350 Depending on the value of the `authoritative` property, this class may set 356 authoritative: Optional[bool] = None 364 if self.authoritative is not None: 365 if self.authoritative:
|
| /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...] |
| /src/external/bsd/nsd/dist/doc/ |
| differences.tex | 78 and played the queries against the authoritative name servers. 205 authoritative answers. The CD bit should be copied into the answer 319 SOA (CLASS=IN) for the zone, as for an authoritative nxdomain.
|
| /src/external/mpl/dhcp/dist/keama/ |
| confparse.c | 577 | AUTHORITATIVE 578 | NOT AUTHORITATIVE 598 isc_boolean_t authoritative; local 844 case AUTHORITATIVE: 845 authoritative = ISC_FALSE; 846 goto authoritative; 852 case AUTHORITATIVE: 854 authoritative = ISC_TRUE; 855 authoritative: 874 cache = createBool(authoritative); [all...] |