Searched refs:BIT_QR (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.h71 #define BIT_QR 0x8000 macro
/freebsd-11-stable/contrib/unbound/services/cache/
H A Ddns.c429 msg->rep->flags = BIT_QR; /* with QR, no AA */
624 msg->rep->flags = BIT_QR; /* reply, no AA, no error */
662 msg->rep->flags = BIT_QR; /* reply, no AA, no error */
1011 rep->flags |= (BIT_RA | BIT_QR);
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgencode.c904 log_assert(flags & BIT_QR); /* QR bit must be on in our replies */
957 flags = (uint16_t)(BIT_QR | BIT_RA | r); /* QR and retcode*/
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.c499 if( (flags&BIT_QR) )
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/iterator/
H A Diter_scrub.c815 if( !(msg->flags&BIT_QR) )
H A Diterator.c363 err.flags = (uint16_t)(BIT_QR | BIT_RA);
3544 iq->response->rep->flags |= BIT_QR;
/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/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);
H A Dauthzone.c129 msg->rep->flags = (uint16_t)(BIT_QR | BIT_AA);

Completed in 295 milliseconds