Home
last modified time | relevance | path

Searched refs:BIT_RA (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/unbound/iterator/
H A Diter_resptype.c126 if( (msg->rep->flags&BIT_RA) && in response_type_from_server()
223 if( (msg->rep->flags&BIT_RA) && in response_type_from_server()
245 if( (msg->rep->flags&BIT_RA) && in response_type_from_server()
306 if( (msg->rep->flags&BIT_RA) && !(msg->rep->flags&BIT_AA) && !rdset) in response_type_from_server()
H A Diterator.c361 err.flags = (uint16_t)(BIT_QR | BIT_RA); in error_response_cache()
3745 iq->response->rep->flags &= ~(BIT_RD|BIT_RA); /* ignore rec-lame */ in processPrimeResponse()
4112 iq->response->rep->flags |= BIT_RA; in processFinished()
/freebsd/contrib/unbound/util/
H A Dnet_help.h64 #define BIT_RA 0x0080 macro
/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()
1996 flags &= ~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()
/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;
/freebsd/contrib/unbound/daemon/
H A Dstats.c569 if( (flags&BIT_RA) ) 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/edns-subnet/
H A Dsubnetmod.c428 rep->flags |= (BIT_RA | BIT_QR); /* fix flags to be sensible for */ in update_cache()
/freebsd/contrib/unbound/util/data/
H A Dmsgencode.c1094 flags = (uint16_t)(BIT_QR | BIT_RA | (rcode & 0xF)); /* QR and retcode*/ in extended_error_encode()
/freebsd/contrib/unbound/services/cache/
H A Ddns.c1131 rep->flags |= (BIT_RA | BIT_QR); in dns_cache_store()
/freebsd/contrib/unbound/validator/
H A Dvalidator.c262 |BIT_QR|BIT_RA|(qstate->query_flags|(BIT_CD|BIT_RD)); in val_new_getmsg()