Home
last modified time | relevance | path

Searched refs:BIT_QR (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dnet_help.h72 #define BIT_QR 0x8000 macro
/freebsd/contrib/unbound/services/cache/
H A Ddns.c488 msg->rep->flags = BIT_QR; /* with QR, no AA */ in dns_msg_create()
709 msg->rep->flags = BIT_QR; /* reply, no AA, no error */ in rrset_msg()
749 msg->rep->flags = BIT_QR; /* reply, no AA, no error */ in synth_dname_msg()
1131 rep->flags |= (BIT_RA | BIT_QR); in dns_cache_store()
/freebsd/contrib/unbound/services/
H A Drpz.c1783 rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode); in rpz_local_encode()
1967 LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA, in rpz_synthesize_nodata()
1994 flags = LDNS_RCODE_NXDOMAIN | BIT_QR | BIT_AA | BIT_RA; in rpz_synthesize_nxdomain()
2031 LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA, in rpz_synthesize_localdata_from_rrset()
2177 LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA, in rpz_synthesize_cname_override_msg()
H A Dlocalzone.c1309 rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode); in local_encode()
H A Dauthzone.c133 msg->rep->flags = (uint16_t)(BIT_QR | BIT_AA); in msg_create()
/freebsd/contrib/unbound/util/data/
H A Dmsgencode.c1024 log_assert(flags & BIT_QR); /* QR bit must be on in our replies */ in reply_info_answer_encode()
1094 flags = (uint16_t)(BIT_QR | BIT_RA | (rcode & 0xF)); /* QR and retcode*/ in extended_error_encode()
/freebsd/contrib/unbound/contrib/
H A Dredirect-bogus.patch277 + flags = (uint16_t)(BIT_QR | BIT_RA | r); /* QR and retcode*/
H A Dfastrpz.patch2021 + flags |= BIT_QR | BIT_RA;
2230 + id, flags | BIT_QR,
/freebsd/contrib/unbound/daemon/
H A Dstats.c561 if( (flags&BIT_QR) ) in server_stats_insquery()
H A Dworker.c554 msg->rep->flags |= BIT_QR|BIT_RA; in answer_norec_from_cache()
892 sldns_buffer_write_u16(pkt, (uint16_t)(BIT_QR|BIT_RA)); in chaos_replystr()
/freebsd/contrib/unbound/iterator/
H A Diter_scrub.c1039 if( !(msg->flags&BIT_QR) ) in scrub_message()
H A Diterator.c361 err.flags = (uint16_t)(BIT_QR | BIT_RA); in error_response_cache()
4119 iq->response->rep->flags |= BIT_QR; in processFinished()
/freebsd/contrib/unbound/edns-subnet/
H A Dsubnetmod.c428 rep->flags |= (BIT_RA | BIT_QR); /* fix flags to be sensible for */ in update_cache()
/freebsd/contrib/unbound/validator/
H A Dvalidator.c262 |BIT_QR|BIT_RA|(qstate->query_flags|(BIT_CD|BIT_RD)); in val_new_getmsg()