Go to the source code of this file.
Functions | |
ldns_rdf * | ldns_rr_address (ldns_rr *r) |
returns the address of a LDNS_RR_TYPE_A rr | |
bool | ldns_rr_set_address (ldns_rr *r, ldns_rdf *f) |
sets the address of a LDNS_RR_TYPE_A rr | |
ldns_rdf * | ldns_rr_ns_nsdname (ldns_rr *r) |
returns the name of a LDNS_RR_TYPE_NS rr | |
ldns_rdf * | ldns_rr_mx_preference (ldns_rr *r) |
returns the mx pref. | |
ldns_rdf * | ldns_rr_mx_exchange (ldns_rr *r) |
returns the mx host of a LDNS_RR_TYPE_MX rr | |
ldns_rdf * | ldns_rr_rrsig_typecovered (ldns_rr *r) |
returns the type covered of a LDNS_RR_TYPE_RRSIG rr | |
bool | ldns_rr_rrsig_set_typecovered (ldns_rr *r, ldns_rdf *f) |
sets the typecovered of a LDNS_RR_TYPE_RRSIG rr | |
ldns_rdf * | ldns_rr_rrsig_algorithm (ldns_rr *r) |
returns the algorithm of a LDNS_RR_TYPE_RRSIG RR | |
bool | ldns_rr_rrsig_set_algorithm (ldns_rr *r, ldns_rdf *f) |
sets the algorithm of a LDNS_RR_TYPE_RRSIG rr | |
ldns_rdf * | ldns_rr_rrsig_labels (ldns_rr *r) |
returns the number of labels of a LDNS_RR_TYPE_RRSIG RR | |
bool | ldns_rr_rrsig_set_labels (ldns_rr *r, ldns_rdf *f) |
sets the number of labels of a LDNS_RR_TYPE_RRSIG rr | |
ldns_rdf * | ldns_rr_rrsig_origttl (ldns_rr *r) |
returns the original TTL of a LDNS_RR_TYPE_RRSIG RR | |
bool | ldns_rr_rrsig_set_origttl (ldns_rr *r, ldns_rdf *f) |
sets the original TTL of a LDNS_RR_TYPE_RRSIG rr | |
ldns_rdf * | ldns_rr_rrsig_expiration (ldns_rr *r) |
returns the expiration time of a LDNS_RR_TYPE_RRSIG RR | |
bool | ldns_rr_rrsig_set_expiration (ldns_rr *r, ldns_rdf *f) |
sets the expireation date of a LDNS_RR_TYPE_RRSIG rr | |
ldns_rdf * | ldns_rr_rrsig_inception (ldns_rr *r) |
returns the inception time of a LDNS_RR_TYPE_RRSIG RR | |
bool | ldns_rr_rrsig_set_inception (ldns_rr *r, ldns_rdf *f) |
sets the inception date of a LDNS_RR_TYPE_RRSIG rr | |
ldns_rdf * | ldns_rr_rrsig_keytag (ldns_rr *r) |
returns the keytag of a LDNS_RR_TYPE_RRSIG RR | |
bool | ldns_rr_rrsig_set_keytag (ldns_rr *r, ldns_rdf *f) |
sets the keytag of a LDNS_RR_TYPE_RRSIG rr | |
ldns_rdf * | ldns_rr_rrsig_signame (ldns_rr *r) |
returns the signers name of a LDNS_RR_TYPE_RRSIG RR | |
bool | ldns_rr_rrsig_set_signame (ldns_rr *r, ldns_rdf *f) |
sets the signers name of a LDNS_RR_TYPE_RRSIG rr | |
ldns_rdf * | ldns_rr_rrsig_sig (ldns_rr *r) |
returns the signature data of a LDNS_RR_TYPE_RRSIG RR | |
bool | ldns_rr_rrsig_set_sig (ldns_rr *r, ldns_rdf *f) |
sets the signature data of a LDNS_RR_TYPE_RRSIG rr | |
ldns_rdf * | ldns_rr_dnskey_flags (ldns_rr *r) |
returns the flags of a LDNS_RR_TYPE_DNSKEY rr | |
bool | ldns_rr_dnskey_set_flags (ldns_rr *r, ldns_rdf *f) |
sets the flags of a LDNS_RR_TYPE_DNSKEY rr | |
ldns_rdf * | ldns_rr_dnskey_protocol (ldns_rr *r) |
returns the protocol of a LDNS_RR_TYPE_DNSKEY rr | |
bool | ldns_rr_dnskey_set_protocol (ldns_rr *r, ldns_rdf *f) |
sets the protocol of a LDNS_RR_TYPE_DNSKEY rr | |
ldns_rdf * | ldns_rr_dnskey_algorithm (ldns_rr *r) |
returns the algorithm of a LDNS_RR_TYPE_DNSKEY rr | |
bool | ldns_rr_dnskey_set_algorithm (ldns_rr *r, ldns_rdf *f) |
sets the algorithm of a LDNS_RR_TYPE_DNSKEY rr | |
ldns_rdf * | ldns_rr_dnskey_key (ldns_rr *r) |
returns the key data of a LDNS_RR_TYPE_DNSKEY rr | |
bool | ldns_rr_dnskey_set_key (ldns_rr *r, ldns_rdf *f) |
sets the key data of a LDNS_RR_TYPE_DNSKEY rr | |
uint16_t | ldns_rr_dnskey_key_size (ldns_rr *key) |
get the length of the keydata in bits |
returns the address of a LDNS_RR_TYPE_A rr
[in] | r | the resource record |
returns the algorithm of a LDNS_RR_TYPE_DNSKEY rr
[in] | r | the resource record |
returns the flags of a LDNS_RR_TYPE_DNSKEY rr
[in] | r | the resource record |
returns the key data of a LDNS_RR_TYPE_DNSKEY rr
[in] | r | the resource record |
uint16_t ldns_rr_dnskey_key_size | ( | ldns_rr * | key | ) |
get the length of the keydata in bits
[in] | key | the key rr to use |
returns the protocol of a LDNS_RR_TYPE_DNSKEY rr
[in] | r | the resource record |
sets the algorithm of a LDNS_RR_TYPE_DNSKEY rr
[in] | r | the rr to use |
[in] | f | the algorithm to set |
sets the flags of a LDNS_RR_TYPE_DNSKEY rr
[in] | r | the rr to use |
[in] | f | the flags to set |
sets the key data of a LDNS_RR_TYPE_DNSKEY rr
[in] | r | the rr to use |
[in] | f | the key data to set |
sets the protocol of a LDNS_RR_TYPE_DNSKEY rr
[in] | r | the rr to use |
[in] | f | the protocol to set |
returns the mx host of a LDNS_RR_TYPE_MX rr
[in] | r | the resource record |
returns the mx pref.
of a LDNS_RR_TYPE_MX rr
[in] | r | the resource record |
returns the name of a LDNS_RR_TYPE_NS rr
[in] | r | the resource record |
returns the algorithm of a LDNS_RR_TYPE_RRSIG RR
[in] | r | the resource record |
returns the expiration time of a LDNS_RR_TYPE_RRSIG RR
[in] | r | the resource record |
returns the inception time of a LDNS_RR_TYPE_RRSIG RR
[in] | r | the resource record |
returns the keytag of a LDNS_RR_TYPE_RRSIG RR
[in] | r | the resource record |
returns the number of labels of a LDNS_RR_TYPE_RRSIG RR
[in] | r | the resource record |
returns the original TTL of a LDNS_RR_TYPE_RRSIG RR
[in] | r | the resource record |
sets the algorithm of a LDNS_RR_TYPE_RRSIG rr
[in] | r | the rr to use |
[in] | f | the algorithm to set |
sets the expireation date of a LDNS_RR_TYPE_RRSIG rr
[in] | r | the rr to use |
[in] | f | the expireation date to set |
sets the inception date of a LDNS_RR_TYPE_RRSIG rr
[in] | r | the rr to use |
[in] | f | the inception date to set |
sets the keytag of a LDNS_RR_TYPE_RRSIG rr
[in] | r | the rr to use |
[in] | f | the keytag to set |
sets the number of labels of a LDNS_RR_TYPE_RRSIG rr
[in] | r | the rr to use |
[in] | f | the number of labels to set |
sets the original TTL of a LDNS_RR_TYPE_RRSIG rr
[in] | r | the rr to use |
[in] | f | the original TTL to set |
sets the signature data of a LDNS_RR_TYPE_RRSIG rr
[in] | r | the rr to use |
[in] | f | the signature data to set |
sets the signers name of a LDNS_RR_TYPE_RRSIG rr
[in] | r | the rr to use |
[in] | f | the signers name to set |
sets the typecovered of a LDNS_RR_TYPE_RRSIG rr
[in] | r | the rr to use |
[in] | f | the typecovered to set |
returns the signature data of a LDNS_RR_TYPE_RRSIG RR
[in] | r | the resource record |
returns the signers name of a LDNS_RR_TYPE_RRSIG RR
[in] | r | the resource record |
returns the type covered of a LDNS_RR_TYPE_RRSIG rr
[in] | r | the resource record |
sets the address of a LDNS_RR_TYPE_A rr
[in] | r | the rr to use |
[in] | f | the address to set |