Searched refs:BIT_QR (Results 1 – 14 of 14) sorted by relevance
/freebsd/contrib/unbound/util/ |
H A D | net_help.h | 72 #define BIT_QR 0x8000 macro
|
/freebsd/contrib/unbound/services/cache/ |
H A D | dns.c | 488 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 D | rpz.c | 1783 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 D | localzone.c | 1309 rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode); in local_encode()
|
H A D | authzone.c | 133 msg->rep->flags = (uint16_t)(BIT_QR | BIT_AA); in msg_create()
|
/freebsd/contrib/unbound/util/data/ |
H A D | msgencode.c | 1024 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 D | redirect-bogus.patch | 277 + flags = (uint16_t)(BIT_QR | BIT_RA | r); /* QR and retcode*/
|
H A D | fastrpz.patch | 2021 + flags |= BIT_QR | BIT_RA; 2230 + id, flags | BIT_QR,
|
/freebsd/contrib/unbound/daemon/ |
H A D | stats.c | 561 if( (flags&BIT_QR) ) in server_stats_insquery()
|
H A D | worker.c | 554 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 D | iter_scrub.c | 1039 if( !(msg->flags&BIT_QR) ) in scrub_message()
|
H A D | iterator.c | 361 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 D | subnetmod.c | 428 rep->flags |= (BIT_RA | BIT_QR); /* fix flags to be sensible for */ in update_cache()
|
/freebsd/contrib/unbound/validator/ |
H A D | validator.c | 262 |BIT_QR|BIT_RA|(qstate->query_flags|(BIT_CD|BIT_RD)); in val_new_getmsg()
|