Skip to content
GitLab
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
e8c91210
Commit
e8c91210
authored
Apr 26, 2000
by
Mark Andrews
Browse files
Add structure definitions.
parent
8db70f36
Changes
3
Hide whitespace changes
Inline
Side-by-side
lib/dns/rdata/generic/cname_5.h
View file @
e8c91210
...
...
@@ -15,5 +15,12 @@
* SOFTWARE.
*/
/* $Id: cname_5.h,v 1.1
6
2000/0
3
/2
0 22:57:11 gson
Exp $ */
/* $Id: cname_5.h,v 1.1
7
2000/0
4
/2
6 18:27:55 marka
Exp $ */
#include
<dns/name.h>
typedef
struct
dns_rdata_cname
{
dns_rdatacommon_t
common
;
isc_mem_t
*
mctx
;
dns_name_t
cname
;
}
dns_rdata_cname_t
;
lib/dns/rdata/generic/dname_39.h
View file @
e8c91210
...
...
@@ -15,7 +15,14 @@
* SOFTWARE.
*/
/* $Id: dname_39.h,v 1.
9
2000/0
3/16 00:53:01 explorer
Exp $ */
/* $Id: dname_39.h,v 1.
10
2000/0
4/26 18:27:56 marka
Exp $ */
/* draft-ietf-dnsind-dname-02.txt */
#include
<dns/name.h>
typedef
struct
dns_rdata_dname
{
dns_rdatacommon_t
common
;
isc_mem_t
*
mctx
;
dns_name_t
dname
;
}
dns_rdata_dname_t
;
lib/dns/rdata/generic/mb_7.h
View file @
e8c91210
...
...
@@ -15,5 +15,12 @@
* SOFTWARE.
*/
/* $Id: mb_7.h,v 1.1
5
2000/0
3
/2
0 22:57:12 gson
Exp $ */
/* $Id: mb_7.h,v 1.1
6
2000/0
4
/2
6 18:27:56 marka
Exp $ */
#include
<dns/name.h>
typedef
struct
dns_rdata_mb
{
dns_rdatacommon_t
common
;
isc_mem_t
*
mctx
;
dns_name_t
mb
;
}
dns_rdata_mb_t
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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