Symbol: BIT_RA
sbin/unwind/libunbound/iterator/iter_resptype.c
126
if( (msg->rep->flags&BIT_RA) &&
sbin/unwind/libunbound/iterator/iter_resptype.c
223
if( (msg->rep->flags&BIT_RA) &&
sbin/unwind/libunbound/iterator/iter_resptype.c
245
if( (msg->rep->flags&BIT_RA) &&
sbin/unwind/libunbound/iterator/iter_resptype.c
306
if( (msg->rep->flags&BIT_RA) && !(msg->rep->flags&BIT_AA) && !rdset)
sbin/unwind/libunbound/iterator/iterator.c
350
err.flags = (uint16_t)(BIT_QR | BIT_RA);
sbin/unwind/libunbound/iterator/iterator.c
3761
iq->response->rep->flags &= ~(BIT_RD|BIT_RA); /* ignore rec-lame */
sbin/unwind/libunbound/iterator/iterator.c
4128
iq->response->rep->flags |= BIT_RA;
sbin/unwind/libunbound/services/cache/dns.c
1168
rep->flags |= (BIT_RA | BIT_QR);
sbin/unwind/libunbound/services/localzone.c
1319
rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode);
sbin/unwind/libunbound/services/rpz.c
1783
rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode);
sbin/unwind/libunbound/services/rpz.c
1967
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
sbin/unwind/libunbound/services/rpz.c
1994
flags = LDNS_RCODE_NXDOMAIN | BIT_QR | BIT_AA | BIT_RA;
sbin/unwind/libunbound/services/rpz.c
1996
flags &= ~BIT_RA;
sbin/unwind/libunbound/services/rpz.c
2031
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
sbin/unwind/libunbound/services/rpz.c
2195
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
sbin/unwind/libunbound/util/data/msgencode.c
1094
flags = (uint16_t)(BIT_QR | BIT_RA | (rcode & 0xF)); /* QR and retcode*/
sbin/unwind/libunbound/validator/validator.c
300
|BIT_QR|BIT_RA|(qstate->query_flags|(BIT_CD|BIT_RD));
usr.sbin/unbound/daemon/remote.c
1795
((d->flags&BIT_RA)?" RA":""),
usr.sbin/unbound/daemon/remote.c
1958
((d->flags&BIT_RA)?" RA":""),
usr.sbin/unbound/daemon/stats.c
571
if( (flags&BIT_RA) )
usr.sbin/unbound/daemon/worker.c
641
msg->rep->flags |= BIT_QR|BIT_RA;
usr.sbin/unbound/daemon/worker.c
981
sldns_buffer_write_u16(pkt, (uint16_t)(BIT_QR|BIT_RA));
usr.sbin/unbound/edns-subnet/subnetmod.c
445
rep->flags |= (BIT_RA | BIT_QR); /* fix flags to be sensible for */
usr.sbin/unbound/iterator/iter_resptype.c
126
if( (msg->rep->flags&BIT_RA) &&
usr.sbin/unbound/iterator/iter_resptype.c
223
if( (msg->rep->flags&BIT_RA) &&
usr.sbin/unbound/iterator/iter_resptype.c
245
if( (msg->rep->flags&BIT_RA) &&
usr.sbin/unbound/iterator/iter_resptype.c
306
if( (msg->rep->flags&BIT_RA) && !(msg->rep->flags&BIT_AA) && !rdset)
usr.sbin/unbound/iterator/iterator.c
350
err.flags = (uint16_t)(BIT_QR | BIT_RA);
usr.sbin/unbound/iterator/iterator.c
3761
iq->response->rep->flags &= ~(BIT_RD|BIT_RA); /* ignore rec-lame */
usr.sbin/unbound/iterator/iterator.c
4128
iq->response->rep->flags |= BIT_RA;
usr.sbin/unbound/services/cache/dns.c
1168
rep->flags |= (BIT_RA | BIT_QR);
usr.sbin/unbound/services/localzone.c
1319
rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode);
usr.sbin/unbound/services/rpz.c
1783
rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode);
usr.sbin/unbound/services/rpz.c
1967
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
usr.sbin/unbound/services/rpz.c
1994
flags = LDNS_RCODE_NXDOMAIN | BIT_QR | BIT_AA | BIT_RA;
usr.sbin/unbound/services/rpz.c
1996
flags &= ~BIT_RA;
usr.sbin/unbound/services/rpz.c
2031
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
usr.sbin/unbound/services/rpz.c
2195
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
usr.sbin/unbound/testcode/unitauth.c
799
if((flags&BIT_RA)!=0) sldns_buffer_printf(buf, " RA");
usr.sbin/unbound/util/data/msgencode.c
1094
flags = (uint16_t)(BIT_QR | BIT_RA | (rcode & 0xF)); /* QR and retcode*/
usr.sbin/unbound/validator/validator.c
300
|BIT_QR|BIT_RA|(qstate->query_flags|(BIT_CD|BIT_RD));