Symbol: BIT_QR
sbin/unwind/libunbound/iterator/iter_scrub.c
1147
if( !(msg->flags&BIT_QR) )
sbin/unwind/libunbound/iterator/iterator.c
352
err.flags = (uint16_t)(BIT_QR | BIT_RA);
sbin/unwind/libunbound/iterator/iterator.c
4160
iq->response->rep->flags |= BIT_QR;
sbin/unwind/libunbound/services/authzone.c
133
msg->rep->flags = (uint16_t)(BIT_QR | BIT_AA);
sbin/unwind/libunbound/services/cache/dns.c
1222
rep->flags |= (BIT_RA | BIT_QR);
sbin/unwind/libunbound/services/cache/dns.c
512
msg->rep->flags = BIT_QR; /* with QR, no AA */
sbin/unwind/libunbound/services/cache/dns.c
754
msg->rep->flags = BIT_QR; /* reply, no AA, no error */
sbin/unwind/libunbound/services/cache/dns.c
801
msg->rep->flags = BIT_QR; /* reply, no AA, no error */
sbin/unwind/libunbound/services/localzone.c
1348
rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode);
sbin/unwind/libunbound/services/rpz.c
1784
rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode);
sbin/unwind/libunbound/services/rpz.c
1968
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
sbin/unwind/libunbound/services/rpz.c
1995
flags = LDNS_RCODE_NXDOMAIN | BIT_QR | BIT_AA | BIT_RA;
sbin/unwind/libunbound/services/rpz.c
2032
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
sbin/unwind/libunbound/services/rpz.c
2196
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
sbin/unwind/libunbound/util/data/msgencode.c
1050
log_assert((flags & BIT_QR)); /* QR bit must be on in our replies */
sbin/unwind/libunbound/util/data/msgencode.c
1120
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
1831
((d->flags&BIT_QR)?" QR":""),
usr.sbin/unbound/daemon/remote.c
1994
((d->flags&BIT_QR)?" QR":""),
usr.sbin/unbound/daemon/stats.c
569
if( (flags&BIT_QR) )
usr.sbin/unbound/daemon/worker.c
1020
sldns_buffer_write_u16(pkt, (uint16_t)(BIT_QR|BIT_RA));
usr.sbin/unbound/daemon/worker.c
679
msg->rep->flags |= BIT_QR|BIT_RA;
usr.sbin/unbound/edns-subnet/subnetmod.c
490
rep->flags |= (BIT_RA | BIT_QR); /* fix flags to be sensible for */
usr.sbin/unbound/iterator/iter_scrub.c
1147
if( !(msg->flags&BIT_QR) )
usr.sbin/unbound/iterator/iterator.c
352
err.flags = (uint16_t)(BIT_QR | BIT_RA);
usr.sbin/unbound/iterator/iterator.c
4160
iq->response->rep->flags |= BIT_QR;
usr.sbin/unbound/services/authzone.c
133
msg->rep->flags = (uint16_t)(BIT_QR | BIT_AA);
usr.sbin/unbound/services/cache/dns.c
1222
rep->flags |= (BIT_RA | BIT_QR);
usr.sbin/unbound/services/cache/dns.c
512
msg->rep->flags = BIT_QR; /* with QR, no AA */
usr.sbin/unbound/services/cache/dns.c
754
msg->rep->flags = BIT_QR; /* reply, no AA, no error */
usr.sbin/unbound/services/cache/dns.c
801
msg->rep->flags = BIT_QR; /* reply, no AA, no error */
usr.sbin/unbound/services/localzone.c
1348
rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode);
usr.sbin/unbound/services/rpz.c
1784
rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode);
usr.sbin/unbound/services/rpz.c
1968
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
usr.sbin/unbound/services/rpz.c
1995
flags = LDNS_RCODE_NXDOMAIN | BIT_QR | BIT_AA | BIT_RA;
usr.sbin/unbound/services/rpz.c
2032
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
usr.sbin/unbound/services/rpz.c
2196
LDNS_RCODE_NOERROR | BIT_QR | BIT_AA | BIT_RA,
usr.sbin/unbound/testcode/unitauth.c
794
if((flags&BIT_QR)!=0) sldns_buffer_printf(buf, " QR");
usr.sbin/unbound/testcode/unitmain.c
1161
LDNS_RCODE_NOERROR | BIT_QR, 1,
usr.sbin/unbound/util/data/msgencode.c
1050
log_assert((flags & BIT_QR)); /* QR bit must be on in our replies */
usr.sbin/unbound/util/data/msgencode.c
1120
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));