Searched refs:BIT_RA (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_resptype.c120 if( (msg->rep->flags&BIT_RA) &&
217 if( (msg->rep->flags&BIT_RA) &&
239 if( (msg->rep->flags&BIT_RA) &&
284 if( (msg->rep->flags&BIT_RA) && !(msg->rep->flags&BIT_AA) && !rdset)
H A Diterator.c363 err.flags = (uint16_t)(BIT_QR | BIT_RA);
3177 iq->response->rep->flags &= ~(BIT_RD|BIT_RA); /* ignore rec-lame */
3537 iq->response->rep->flags |= BIT_RA;
/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.h63 #define BIT_RA 0x0080 macro
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.c507 if( (flags&BIT_RA) )
H A Dworker.c551 msg->rep->flags |= BIT_QR|BIT_RA;
825 sldns_buffer_write_u16(pkt, (uint16_t)(BIT_QR|BIT_RA));
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.c386 rep->flags |= (BIT_RA | BIT_QR); /* fix flags to be sensible for */
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgencode.c957 flags = (uint16_t)(BIT_QR | BIT_RA | r); /* QR and retcode*/
/freebsd-11-stable/contrib/unbound/services/cache/
H A Ddns.c1011 rep->flags |= (BIT_RA | BIT_QR);
/freebsd-11-stable/contrib/unbound/validator/
H A Dvalidator.c230 |BIT_QR|BIT_RA|(qstate->query_flags|(BIT_CD|BIT_RD));
/freebsd-11-stable/contrib/unbound/services/
H A Dlocalzone.c1249 rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode);

Completed in 264 milliseconds