mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-31 06:25:31 +00:00
cleanup and restructure find; add DNAME support
This commit is contained in:
@@ -28,14 +28,17 @@
|
||||
struct ns_query {
|
||||
unsigned int attributes;
|
||||
dns_name_t * qname;
|
||||
dns_name_t * origqname;
|
||||
unsigned int dboptions;
|
||||
ISC_LIST(isc_dynbuffer_t) namebufs;
|
||||
ISC_LIST(dns_name_t) tmpnames;
|
||||
ISC_LIST(dns_rdataset_t) tmprdatasets;
|
||||
};
|
||||
|
||||
#define NS_QUERYATTR_RECURSIONOK 0x01
|
||||
#define NS_QUERYATTR_CACHEOK 0x02
|
||||
#define NS_QUERYATTR_PARTIALANSWER 0x04
|
||||
#define NS_QUERYATTR_ALIASCHAIN 0x08
|
||||
#define NS_QUERYATTR_NAMEBUFUSED 0x08
|
||||
|
||||
isc_result_t
|
||||
ns_query_init(ns_client_t *client);
|
||||
|
1009
bin/named/query.c
1009
bin/named/query.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user