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

/freebsd-11-stable/contrib/unbound/iterator/
H A Diter_resptype.c121 !(msg->rep->flags&BIT_AA) && !rdset)
167 if((msg->rep->flags&BIT_AA))
180 if((msg->rep->flags&BIT_AA))
218 !(msg->rep->flags&BIT_AA) && !rdset)
240 !(msg->rep->flags&BIT_AA) && !rdset)
251 !(msg->rep->flags&BIT_AA) && !rdset)
273 /* if((msg->rep->flags&BIT_AA))
284 if( (msg->rep->flags&BIT_RA) && !(msg->rep->flags&BIT_AA) && !rdset)
H A Diter_utils.c1033 if(!(rep->flags&BIT_AA))
H A Diterator.c2366 if((iq->chase_flags&BIT_RD) && !(iq->response->rep->flags&BIT_AA)) {
3541 iq->response->rep->flags &= ~BIT_AA;
/freebsd-11-stable/contrib/unbound/util/
H A Dnet_help.h69 #define BIT_AA 0x0400 macro
/freebsd-11-stable/contrib/unbound/util/data/
H A Dmsgencode.c716 if(qinfo->local_alias && (flags & BIT_AA)) {
891 flags = (rep->flags & ~BIT_AA) | (qflags & (BIT_RD|BIT_CD));
901 flags |= BIT_AA;
H A Dmsgreply.c342 uint16_t AA = msg->flags & BIT_AA;
/freebsd-11-stable/contrib/unbound/services/
H A Dlocalzone.c1249 rep.flags = (uint16_t)((BIT_QR | BIT_AA | BIT_RA) | rcode);
1265 error_encode(buf, (LDNS_RCODE_SERVFAIL|BIT_AA), qinfo,
1483 (LDNS_RCODE_YXDOMAIN|BIT_AA));
1577 LDNS_RCODE_REFUSED, (LDNS_RCODE_REFUSED|BIT_AA));
1599 (rcode|BIT_AA));
1642 (LDNS_RCODE_NOERROR|BIT_AA));
1656 (rcode|BIT_AA));
H A Dauthzone.c129 msg->rep->flags = (uint16_t)(BIT_QR | BIT_AA);
3007 msg->rep->flags &= ~BIT_AA;
3298 error_encode(buf, (LDNS_RCODE_SERVFAIL|BIT_AA), qinfo,
3318 error_encode(buf, rcode|BIT_AA, qinfo,
/freebsd-11-stable/contrib/unbound/daemon/
H A Dstats.c501 if( (flags&BIT_AA) )
/freebsd-11-stable/contrib/unbound/edns-subnet/
H A Dsubnetmod.c387 rep->flags &= ~(BIT_AA | BIT_CD);/* a reply based on the cache */
/freebsd-11-stable/contrib/unbound/services/cache/
H A Ddns.c1012 rep->flags &= ~(BIT_AA | BIT_CD);

Completed in 206 milliseconds