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

  /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/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/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/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/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/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/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...]
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 967 int authoritative; member in struct:group

Completed in 28 milliseconds