Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/unbound/iterator/
Diter_resptype.c120 if( (msg->rep->flags&BIT_RA) && in response_type_from_server()
217 if( (msg->rep->flags&BIT_RA) && in response_type_from_server()
239 if( (msg->rep->flags&BIT_RA) && in response_type_from_server()
284 if( (msg->rep->flags&BIT_RA) && !(msg->rep->flags&BIT_AA) && !rdset) in response_type_from_server()
Diterator.c305 err.flags = (uint16_t)(BIT_QR | BIT_RA); in error_response_cache()
2546 iq->response->rep->flags &= ~(BIT_RD|BIT_RA); /* ignore rec-lame */ in processPrimeResponse()
2885 iq->response->rep->flags |= BIT_RA; in processFinished()
/freebsd-10-stable/contrib/unbound/util/
Dnet_help.h62 #define BIT_RA 0x0080 macro
/freebsd-10-stable/contrib/unbound/daemon/
Dstats.c308 if( (flags&BIT_RA) ) in server_stats_insquery()
Dworker.c530 msg->rep->flags |= BIT_QR|BIT_RA; in answer_norec_from_cache()
671 sldns_buffer_write_u16(pkt, (uint16_t)(BIT_QR|BIT_RA)); in chaos_replystr()
/freebsd-10-stable/contrib/unbound/util/data/
Dmsgencode.c812 flags = (uint16_t)(BIT_QR | BIT_RA | r); /* QR and retcode*/ in error_encode()
/freebsd-10-stable/contrib/unbound/services/cache/
Ddns.c869 rep->flags |= (BIT_RA | BIT_QR); in dns_cache_store()
/freebsd-10-stable/contrib/unbound/services/
Dlocalzone.c961 rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode); in local_encode()
/freebsd-10-stable/contrib/unbound/validator/
Dvalidator.c217 |BIT_QR|BIT_RA|(qstate->query_flags|(BIT_CD|BIT_RD)); in val_new_getmsg()