Home
last modified time | relevance | path

Searched refs:BIT_TC (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/unbound/util/
H A Dnet_help.h68 #define BIT_TC 0x0200 macro
/freebsd/contrib/unbound/iterator/
H A Diter_resptype.c120 if((msg->rep->flags & BIT_TC)) in response_type_from_server()
H A Diterator.c3179 iq->response->rep->flags &= ~BIT_TC; in processQueryResponse()
/freebsd/contrib/unbound/daemon/
H A Dstats.c565 if( (flags&BIT_TC) ) in server_stats_insquery()
H A Dworker.c1656 (LDNS_RCODE_REFUSED|BIT_TC), &qinfo, in worker_handle_request()
/freebsd/contrib/unbound/services/
H A Dlocalzone.c1680 rcode = (lz_type == local_zone_truncate ? (rcode|BIT_TC) : rcode); in local_zones_zone_answer()
H A Dmesh.c1351 ? (rcode|BIT_TC) : rcode; in mesh_send_reply()
/freebsd/contrib/unbound/contrib/
H A Dfastrpz.patch2026 + flags |= BIT_TC;