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
97592209
Commit
97592209
authored
Jan 13, 1999
by
Bob Halley
Browse files
add list types
parent
8db3b065
Changes
1
Show whitespace changes
Inline
Side-by-side
lib/dns/include/dns/types.h
View file @
97592209
...
...
@@ -32,6 +32,7 @@
typedef
isc_region_t
dns_label_t
;
typedef
struct
dns_name
dns_name_t
;
typedef
ISC_LIST
(
dns_name_t
)
dns_namelist_t
;
typedef
unsigned
char
dns_offsets_t
[
128
];
typedef
struct
dns_compress
dns_compress_t
;
typedef
struct
dns_decompress
dns_decompress_t
;
...
...
@@ -39,9 +40,11 @@ typedef isc_uint16_t dns_rdataclass_t;
typedef
isc_uint16_t
dns_rdatatype_t
;
typedef
isc_uint32_t
dns_ttl_t
;
typedef
struct
dns_rdata
dns_rdata_t
;
typedef
struct
dns_rdatalist
dns_rdatalist_t
;
typedef
struct
dns_signature
dns_signature_t
;
typedef
struct
dns_rdataset
dns_rdataset_t
;
typedef
ISC_LIST
(
dns_name_t
)
dns_namelist_t
;
typedef
ISC_LIST
(
dns_rdataset_t
)
dns_rdatasetlist_t
;
typedef
struct
dns_rdataiterator
dns_rdataiterator_t
;
typedef
enum
{
dns_labeltype_ordinary
=
0
,
...
...
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