Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
07c94c07
Commit
07c94c07
authored
Aug 16, 1999
by
Andreas Gustafsson
Browse files
new function dns_rdataclass_ismeta
parent
ebd68da0
Changes
1
Hide whitespace changes
Inline
Side-by-side
lib/dns/include/dns/rdata.h
View file @
07c94c07
...
...
@@ -431,7 +431,7 @@ void dns_rdata_freestruct(void *source);
isc_boolean_t
dns_rdatatype_ismeta
(
dns_rdatatype_t
type
);
/*
* Find out whether the rdata type 'type' is a meta
type
* Find out whether the rdata type 'type' is a meta
-
type
* like ANY or AXFR.
*
* Requires:
...
...
@@ -439,6 +439,16 @@ isc_boolean_t dns_rdatatype_ismeta(dns_rdatatype_t type);
*
*/
isc_boolean_t
dns_rdataclass_ismeta
(
dns_rdataclass_t
rdclass
);
/*
* Find out whether the rdata class 'rdclass' is a meta-class
* like ANY or NONE.
*
* Requires:
* 'rdclass' is a valid rdata class.
*
*/
dns_result_t
dns_rdata_additionaldata
(
dns_rdata_t
*
rdata
,
dns_additionaldatafunc_t
add
,
void
*
arg
);
...
...
Write
Preview
Markdown
is supported
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