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
|
|
returns the algorithm of a LDNS_RR_TYPE_DNSKEY rr
|
|
returns the flags of a LDNS_RR_TYPE_DNSKEY rr
|
|
returns the key data of a LDNS_RR_TYPE_DNSKEY rr
|
|
get the length of the keydata in bits
|
|
returns the protocol of a LDNS_RR_TYPE_DNSKEY rr
|
|
sets the algorithm of a LDNS_RR_TYPE_DNSKEY rr
|
|
sets the flags of a LDNS_RR_TYPE_DNSKEY rr
|
|
sets the key data of a LDNS_RR_TYPE_DNSKEY rr
|
|
sets the protocol of a LDNS_RR_TYPE_DNSKEY rr
|
|
returns the mx host of a LDNS_RR_TYPE_MX rr
|
|
returns the mx pref. of a LDNS_RR_TYPE_MX rr
|
|
returns the name of a LDNS_RR_TYPE_NS rr
|
|
returns the algorithm of a LDNS_RR_TYPE_RRSIG RR
|
|
returns the expiration time of a LDNS_RR_TYPE_RRSIG RR
|
|
returns the inception time of a LDNS_RR_TYPE_RRSIG RR
|
|
returns the keytag of a LDNS_RR_TYPE_RRSIG RR
|
|
returns the number of labels of a LDNS_RR_TYPE_RRSIG RR
|
|
returns the original TTL of a LDNS_RR_TYPE_RRSIG RR
|
|
sets the algorithm of a LDNS_RR_TYPE_RRSIG rr
|
|
sets the expireation date of a LDNS_RR_TYPE_RRSIG rr
|
|
sets the inception date of a LDNS_RR_TYPE_RRSIG rr
|
|
sets the keytag of a LDNS_RR_TYPE_RRSIG rr
|
|
sets the number of labels of a LDNS_RR_TYPE_RRSIG rr
|
|
sets the original TTL of a LDNS_RR_TYPE_RRSIG rr
|
|
sets the signature data of a LDNS_RR_TYPE_RRSIG rr
|
|
sets the signers name of a LDNS_RR_TYPE_RRSIG rr
|
|
sets the typecovered of a LDNS_RR_TYPE_RRSIG rr
|
|
returns the signature data of a LDNS_RR_TYPE_RRSIG RR
|
|
returns the signers name of a LDNS_RR_TYPE_RRSIG RR
|
|
returns the type covered of a LDNS_RR_TYPE_RRSIG rr
|
|
sets the address of a LDNS_RR_TYPE_A rr
|