Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
a7de9416
Commit
a7de9416
authored
Aug 12, 1999
by
Bob Halley
Browse files
cleanup and restructure find; add DNAME support
parent
5787fc1e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
bin/named/include/named/query.h
View file @
a7de9416
...
...
@@ -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
);
...
...
bin/named/query.c
View file @
a7de9416
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment