Symbol: BIT_QR
sbin/unwind/libunbound/iterator/iter_scrub.c
1085
if( !(msg->flags&BIT_QR) )
sbin/unwind/libunbound/iterator/iterator.c
350
err.flags = (uint16_t)(BIT_QR | BIT_RA);
sbin/unwind/libunbound/iterator/iterator.c
4135
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
1168
rep->flags |= (BIT_RA | BIT_QR);
sbin/unwind/libunbound/services/cache/dns.c
488
msg->rep->flags = BIT_QR; /* with QR, no AA */
sbin/unwind/libunbound/services/cache/dns.c
709
msg->rep->flags = BIT_QR; /* reply, no AA, no error */
sbin/unwind/libunbound/services/cache/dns.c
749
msg->rep->flags = BIT_QR; /* reply, no AA, no error */
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
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
1024
log_assert((flags & BIT_QR)); /* QR bit must be on in our replies */
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
1791
((d->flags&BIT_QR)?" QR":""),
usr.sbin/unbound/daemon/remote.c
1954
((d->flags&BIT_QR)?" QR":""),
usr.sbin/unbound/daemon/stats.c
563
if( (flags&BIT_QR) )
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_scrub.c
1085
if( !(msg->flags&BIT_QR) )
usr.sbin/unbound/iterator/iterator.c
350
err.flags = (uint16_t)(BIT_QR | BIT_RA);
usr.sbin/unbound/iterator/iterator.c
4135
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
1168
rep->flags |= (BIT_RA | BIT_QR);
usr.sbin/unbound/services/cache/dns.c
488
msg->rep->flags = BIT_QR; /* with QR, no AA */
usr.sbin/unbound/services/cache/dns.c
709
msg->rep->flags = BIT_QR; /* reply, no AA, no error */
usr.sbin/unbound/services/cache/dns.c
749
msg->rep->flags = BIT_QR; /* reply, no AA, no error */
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
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
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
1024
log_assert((flags & BIT_QR)); /* QR bit must be on in our replies */
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));