Searched refs:authoritative (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/tcpdump/
H A Dprint-lisp.c432 uint8_t authoritative; local
434 authoritative = ((act_auth_inc_res >> 4) & 1);
436 if (authoritative)
/freebsd-13-stable/contrib/unbound/util/data/
H A Dmsgreply.h130 * This flag informs unbound the answer is authoritative and
133 uint8_t authoritative; member in struct:reply_info
641 * authoritative.
H A Dmsgencode.c712 * response is supposed to be authoritative. Currently it should
718 time_t timezero = 0; /* to use the 'authoritative' TTL */
886 if(!cached || rep->authoritative) {
896 * authoritative. Also clear AD bit if set as the local data is the
H A Dmsgreply.c120 rep->authoritative = 0;
/freebsd-13-stable/contrib/unbound/services/cache/
H A Ddns.c579 msg->rep->authoritative = r->authoritative;
625 msg->rep->authoritative = 0; /* reply stored in cache can't be authoritative */
663 msg->rep->authoritative = 0; /* reply stored in cache can't be authoritative */
/freebsd-13-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql197 the server, and are not authoritative. */
/freebsd-13-stable/contrib/unbound/iterator/
H A Diterator.c1015 * we just got to obtain authoritative information on the addresses.
1069 * Generate a NS check request to obtain authoritative information
2944 * got in the referral. This gets authoritative answer
3055 "recursive but not authoritative server");
3381 foriq->response->rep->authoritative = 0;
3680 /** process authoritative server reply */
/freebsd-13-stable/contrib/unbound/services/
H A Dauthzone.c2 * services/authzone.c - authoritative zone that is locally hosted.
130 msg->rep->authoritative = 1;

Completed in 208 milliseconds