1ldns(25 Apr 2005) ldns(25 Apr 2005)
2
3
4
6 ldns_key_origttl, ldns_key_inception, ldns_key_expiration,
7 ldns_key_keytag, ldns_key_pubkey_owner, ldns_key_flags
8
9
11 #ifdef HAVE_STDINT_H
12 #include <stdint.h>
13 #endif /* HAVE_STDINT_H */
14
15 #ifdef HAVE_STDBOOL_H
16 #include <stdbool.h>
17 #endif /* HAVE_STDBOOL_H */
18
19 #include <ldns/ldns.h>
20
21 ldns_key_origttl();
22
23 ldns_key_inception();
24
25 ldns_key_expiration();
26
27 ldns_key_keytag();
28
29 ldns_key_pubkey_owner();
30
31 ldns_key_flags();
32
34 ldns_key_origttl()
35
36 ldns_key_inception()
37
38 ldns_key_expiration()
39
40 ldns_key_keytag()
41
42 ldns_key_pubkey_owner()
43
44 ldns_key_flags()
45
47 The ldns team at NLnet Labs. Which consists out of: Jelte Jansen, Erik
48 Rozendaal and Miek Gieben.
49
50
52 Please report bugs to ldns-team@nlnetlabs.nl or in our Bugzilla at
53 http://www.nlnetlabs.nl/bugs/index.html
54
55 Be sure to select ldns as the product.
56
57
59 Copyright (c) 2004, 2005 NLnet Labs. Licensed under the BSD License.
60 There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A
61 PARTICULAR PURPOSE.
62
64 perldoc Net::DNS, RFC1043, RFC1035, RFC4033, RFC4034 and RFC4035.
65
67 This manpage was automaticly generated from the ldns source code by use
68 of Doxygen and some perl.
69
70
71
72 ldns(25 Apr 2005)